Forum Discussion

RichOB's avatar
RichOB
Icon for Post Partisan rankPost Partisan
2 years ago
Solved

Currency visual AND Whole Number visual on same sheet

Hi, I need to make a Finance sheet that has numerical as well as currency data.

 

I changed the format to currency which has changed every visual to £.

 

How do I make the Voids be a whole number as 500 instead of £500, please?

 

  • Hi RichOB 

    You can manage the format of your values from columns tools/measure tools 

     

    If this post helps, then please consider Accepting it as the solution to help the other

    members find it more quickly

  • Hi RichOB 

    If the goal is to represent the same measure in different units you can duplicate it and format differently every version of this measure.

    For example, the "origin" measure is :

    total_ = sum('Table 1'[value])
    format it as a whole number

    And duplicate measure is :

    total_$ = [total_]
    it has been formatted as a currency

    Result:  2 cards with the same referenced measure, in a different format

     

    pbix is attached

    If this post helps, then please consider Accepting it as the solution to help the other

    members find it more quickly

3 Replies

  • Hi RichOB 

    You can manage the format of your values from columns tools/measure tools 

     

    If this post helps, then please consider Accepting it as the solution to help the other

    members find it more quickly

    • Ritaf1983's avatar
      Ritaf1983
      Icon for Super User rankSuper User

      Hi RichOB 

      If the goal is to represent the same measure in different units you can duplicate it and format differently every version of this measure.

      For example, the "origin" measure is :

      total_ = sum('Table 1'[value])
      format it as a whole number

      And duplicate measure is :

      total_$ = [total_]
      it has been formatted as a currency

      Result:  2 cards with the same referenced measure, in a different format

       

      pbix is attached

      If this post helps, then please consider Accepting it as the solution to help the other

      members find it more quickly

  • RichOB's avatar
    RichOB
    Icon for Post Partisan rankPost Partisan

    Hi Ritaf1983 , thanks for replying!

     

    When I go to the Column Tools and change it to currency, it changes the Voids (and everything on that sheet) to currency £500. How would I isolate individually so the Restricted visual is currency and the Voids is a whole number? I can't see the Measure Tools in the row of options either. 

     

    Thanks