Forum Discussion
froric09
10 years agoRegular Visitor
Change currency denomination
Hi Friends As most of the visuals in Power BI shows K, M , B etc as currency denominations. Can some one help me with the changes need to be done to represent Indian Currency Demoninations Like L...
satyaraj
6 years agoFrequent Visitor
Hi,
You can try using DAX function example Measure = FORMAT(DIVIDE(SUM(Tablename[Columnname]),100000), "0.00 L"). But the drawback is you cant use that measure only in tables.