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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

Reply
Anonymous
Not applicable

Currency Format

Hi everyone, I wrote this code as a measure:

Moneda Seleccionada =
VAR CAMBIO = SELECTEDVALUE(Hoja4[SIGLAS])
RETURN
IF(CAMBIO="USD",
FORMAT([TOTAL USD],"$ #.##"),
IF(CAMBIO="PE",
"S/" & " " & FORMAT ( [TOTAL SOLES], "#.##" ),
FORMAT([TOTAL REALES],"R$ #,##")))
 
 

And I am trying yo see this information in a matrix but I cant get them line up to the right. As it is shown the total is on the left.
community 2.PNG

1 ACCEPTED SOLUTION
DataInsights
Super User
Super User

@AlekseiNexa,set the array formatting options as shown below:

DataInsights_1-1598396958393.png





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
DataInsights
Super User
Super User

@AlekseiNexa,set the array formatting options as shown below:

DataInsights_1-1598396958393.png





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.