Forum Discussion

NickColebourn's avatar
NickColebourn
Regular Visitor
8 years ago

Currency Formatting - SSAS MD Live

Hi All,

   I note the October update includes SSAS cell level formatting support. I have a cube with currency conversion and apply the language in an MDX script as shown here:

 

//Euro
Language([Reporting Currency].[Currency].&[1]) = 1031;
//Local = Euro
Language([Reporting Currency].[Currency].&[2147483647]) = 1031;
//GBP
Language([Reporting Currency].[Currency].&[2]) = 2057;

 

However Power BI is still showing cells formatted as currency using the local regional settings of the machine, i.e. everything with £ symbols regardless of the currency selected. 

 

Does anyone know how to display live SSAS currency conversion scenarios in Power BI with the correct currency symbols?

2 Replies