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 September 15. Request your voucher.
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 |
---|---|
65 | |
60 | |
55 | |
54 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
46 |