Forum Discussion
samblackshaw28
8 months agoHelper I
Card is showing Incorrectly
Hi, I have a card which has a reference label at the bottom. On Power BI desktop it shows perfectly, however when I open the report on Power BI service half of it gets cut off, like I have added...
- 8 months ago
samblackshaw28 , We have a few issues ongoing on the card visual - please check the issues link for open and solutions https://community.powerbi.com/t5/Issues/idb-p/Issues
Zanqueta
8 months agoSuper User
Try change your measure like this:
PB Revenue Delivered :=
FORMAT(
SUM(FactTable[Revenue]),
"£#,##0",
"en-GB"
)
If this response was helpful in any way, I’d gladly accept a 👍much like the joy of seeing a DAX measure work first time without needing another FILTER.
Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop 🌀.
samblackshaw28
8 months agoHelper I
Thanks for your reply but I don't understand why this would help?