I have the following report.
Here, the user has the option to select different values, which are then displayed in the matrix visual. Since the numbers are very large, I want the user to have the option to directly select whether the EUR figures are displayed in EUR or million EUR in the matrix. The Sum Quantity should always be displayed as usual, and for Sum EUR and Sum DiffEUR, the Power BI report user can choose how he want it to be displayed, either in EUR or million EUR.
Is there any way to solve this?
Here is a link to my test pbix-report: https://www.dropbox.com/scl/fi/6m3kjpqsn4efbsv6kcf09/StackOverflow-78001472-1.pbix?rlkey=fyo80t9zom17fewkskewo5v2t&dl=0

You need to capture the user selection :
Then the EURorMillionEUR_Display measure which takes into account the user selection and displays the EUR and DiffEUR accordingly :