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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
tegar-budi
Frequent Visitor

Dax Measure using IF statement with Values Function

 

Hello,

 

I have table source like

TableTable

 

I want to change value to USD Rate using a measure for my report.
I can use a calculated column but i have 120 val column, it will make my report load slow if use calculated column. So I prefer using a measure
but my dax not work properly.

 

My Dax : 

M_Val 1 = IF(Values('Table'[Cd_Currency])="IDR";
SUM('Table'[Val_1])/VALUES('Table'[Now_Currency]);
SUM('Table'[Val_2]))
 
it show : A Table with multiple values was suplied where a single value was expected
 
I don't mind if I have to make 120 measure val. I think it will be faster than the 120 val column
 
any assistance will be appreciated. thanks.
1 REPLY 1
camargos88
Community Champion
Community Champion

Hi @tegar-budi ,

 

I used Power Query to unpivot all the values colums and create another custom column to convert the values IDR

 

You can check it on this file as an example: Download PBIX 

 

Ricardo

 



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

Proud to be a Super User!



Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.