Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello,
I created a measure slicer with reference here:
The issue I encountered here is formatting.
Sinse the report format of my measures incluede both percentage and whole number,
I tried to set by FORMAT in DAX to percent or whole number accordingly, but it will then be turned into text format, which cause sorting problems.
the measure table
you can set the format of of measure before using DAX FORMAT:
the format is fixed to text after using FORMAT, which causes sorting problem:
I tried to use FORMAT in measure table but didn't work either.
The solution I coming up with is to seperate them into two "measure table",
ex: Feb.18_percentage and Feb.18_wholeNumber
Any ideas to avoid the sorting issue ?
Thanks~
Solved! Go to Solution.
From my understand you have reached the current limitation. I don't believe there is presently any way to set up a dynamic formatting for the Measure without changing your measure to Text and making use of the FORMAT function to convert the result into a string of text that you are happy with.
From my understand you have reached the current limitation. I don't believe there is presently any way to set up a dynamic formatting for the Measure without changing your measure to Text and making use of the FORMAT function to convert the result into a string of text that you are happy with.
Got it, thanks man !
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 65 | |
| 31 | |
| 26 | |
| 26 |