Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I have noticed when using Card visualization, the number can not be formated even though i try to format it in the data lables options. Example as below, even though the format can be "Millions", or "None" or "Auto" , or round the decimal places with "0", the number will stay with an unusual format. Normaly it should show "0" cause the number is very small.
Is this a bug of current version? Is there a way to work around it ?
Solved! Go to Solution.
please try the settings in measure tools
Proud to be a Super User!
Hey EMyrta,
It looks like there a few things you can do. So I've made a test that started like this
One option is to just change the number of decimal places to "0" and choose a different format display like this
If you are using things within a measure you can change your digits into text with the FORMAT function
Max Value =
FORMAT(MAX('Table (2)'[Test]), "###,##0")
Which gives you the same result
Let us know if that solves your problem
Hey EMyrta,
It looks like there a few things you can do. So I've made a test that started like this
One option is to just change the number of decimal places to "0" and choose a different format display like this
If you are using things within a measure you can change your digits into text with the FORMAT function
Max Value =
FORMAT(MAX('Table (2)'[Test]), "###,##0")
Which gives you the same result
Let us know if that solves your problem
Hi,
Thanks for providing two work around this! The first one is a good solution in my cause cause i have a calculated Measure as value in the card. As for the second one by it requires a column to perform such formating with the formula.
Thanks for quick reply! 🙂
please try the settings in measure tools
Proud to be a Super User!
Hi Ryan,
Thanks for the fast reply, actually your solution is a good work around this issue. The value that i put the in the card is a calculated measure, so formating the measure as decimal number with zero decimal places and changing the format of data lable from "Millions" into "Auto", allows me to display better the value of the card, compared to previously.
The only thing is that i lose the fomat "Millions", which is required to be mainted throughout the file for reporting purpose, but at least its better than before.
Again thank you for quick support! It is much appriciated 🙂
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 40 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 71 | |
| 70 | |
| 38 | |
| 35 | |
| 23 |