Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 31 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 134 | |
| 111 | |
| 57 | |
| 44 | |
| 37 |