Forum Discussion

Marcin's avatar
Marcin
Helper V
8 years ago
Solved

Advance Card data label

Hi,

 

I tried to use custom visual from Marketplace - Advance Card, it has a lot of format possibilities but also one issue, when I tried to use measure with Currency format its not working and shows value as normal number. 

 

Did you have the same problem with this visual ?  

  • Hi Marcin

    I have the same problem with you, but I can have found a workaround to show the measure with Currency format.

    Create a measure with FORMAT function

    Measure 2 = FORMAT(Sheet1[Measure],"Currency")

     

     

     

     

    Best Regards

    Maggie

1 Reply

  • v-juanli-msft's avatar
    v-juanli-msft
    Community Support

    Hi Marcin

    I have the same problem with you, but I can have found a workaround to show the measure with Currency format.

    Create a measure with FORMAT function

    Measure 2 = FORMAT(Sheet1[Measure],"Currency")

     

     

     

     

    Best Regards

    Maggie