The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I am using the FORMAT function to dynamically change currency symbols (chosen by a slicer) and I have run into a rather strange problem. SOME 😲 of the currencies are not returned correctly. Mostly the FORMAT function is doing what I want. I find this rather frustrating.
Here are the symbols not working:
Solved! Go to Solution.
@JanaP , Try like
1) FORMAT([Measure], "\K\n #,##0.##") returns K2 #,##0.##
2) FORMAT([Measure], "\S/ #,##0.##") returns 0/ #,##0.##
Thank you @amitchandak , much appreciated 🙂
What is the rationale behind the solution, please? Thank you .
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |