Forum Discussion

samblackshaw28's avatar
8 months ago
Solved

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 a divider

 

I don't know why it is doing this, I have tried messing about with it but nothing changes.

 

Any help is appreciated !

 

3 Replies

  • Hi samblackshaw28 

     

    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 🌀.