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
I'm having difficulty with making a card display as 0.00.
This is as the card displays now.
However, the same column displays as 0.00 in a table on the same report page.
For the card visualization, I've made sure to set it to 2 decimal places.
And the column is set at the Data Level to display as a decimal number with only 2 decimal places.
Yet for some reason, it still displays a very small decimal in exponential form on the card visualization. Is there a way to fix this so it just reads 0.00?
Thanks
Solved! Go to Solution.
I think this is caused by floating point imprecision.
Try changing your data type to a currency type, seeing as how you're apparently working with money:
Rather, you ought to do this at the query level, changing the data type to a fixed decimal type, which you ought to be doing anyway when working with money (I'm unsure if the currency format changes your underlying data to a fixed decimal type; do this if the first option doesn't help):
In the card formating pane make display unit as Auto.then it work
@Anonymous Use the Below mentioned DAX
Client Paid = FORMAT(SUM(Table1[Billed]),"00000")
Regards,
Chetan K
I think this is caused by floating point imprecision.
Try changing your data type to a currency type, seeing as how you're apparently working with money:
Rather, you ought to do this at the query level, changing the data type to a fixed decimal type, which you ought to be doing anyway when working with money (I'm unsure if the currency format changes your underlying data to a fixed decimal type; do this if the first option doesn't help):
Try changing the Display Units setting on the card well from Auto to None.
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 |