Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
snifer
Post Patron
Post Patron

currency display

i used this script to show what will be filtered, in particular, what currency will be displayed

 

Measure4display2Short =
IF (
SELECTEDVALUE ( CurrencySelector[value] ) = "Local Currency", UploadAccountsCurrentyPeriod[Company currency visualSHORT] ,"DKK")
 
 
since now I want to give the possibility to select more company I want to add the case where I select more company "UploadAccountsCurrentyPeriod[Company currency visualSHORT] and they have different currency(more than one) it will give as output "mixed currency""
1 ACCEPTED SOLUTION
adityavighne
Continued Contributor
Continued Contributor

Not possible with the same column with different currencies.

 

create a new column with currency name and keep the original column with numbers only.

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @snifer ,

Have you solved your problem?

If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

If you still need help, please share some data sample which could reproduce your scenario and your desired output so that we could help further on it.

Best  Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
adityavighne
Continued Contributor
Continued Contributor

Not possible with the same column with different currencies.

 

create a new column with currency name and keep the original column with numbers only.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.