Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |