The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi experts, I created a multiple hierarchy column header in matrix, first I created a dimension table:
and then I created the measure to get revelent metrics:
I created the matrix by put the year_name, metric_name in the column and keep the hierarchy,
since there are percentage and decimals, how can I transform the decimals to have thousands separator ?
Solved! Go to Solution.
Good morning @oakfootballclub ,
Your DAX is looking great, to apply thousand seperators add them in to your FORMAT function.
FORMAT([cal_amount_FYTD_PreviousM], "0,0.00").
Also just checking you know there is the custom option for formatting measures?
Under format choose Dynamic:
This lets you have the formatting and the measure seperate:
Let me know if it works!
All the best
Sam
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Good morning @oakfootballclub ,
Your DAX is looking great, to apply thousand seperators add them in to your FORMAT function.
FORMAT([cal_amount_FYTD_PreviousM], "0,0.00").
Also just checking you know there is the custom option for formatting measures?
Under format choose Dynamic:
This lets you have the formatting and the measure seperate:
Let me know if it works!
All the best
Sam
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
107 | |
79 | |
72 | |
46 | |
39 |
User | Count |
---|---|
135 | |
108 | |
69 | |
64 | |
56 |