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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
116 | |
104 | |
87 | |
35 | |
35 |
User | Count |
---|---|
152 | |
98 | |
81 | |
61 | |
55 |