Forum Discussion

WallyWallWal's avatar
WallyWallWal
Helper I
8 years ago
Solved

Gauge visualization not functioning as intended

Hello!  Newbie here... and first posting!!  

 

I am trying to get the Gauge visualization to work and am having issues.  I read how to get the total count so that it displays.  

 

What I am running into is using two charts, and when clicking on one line of my bar chart, the gauge just gives me the total of that bar, not a count of the total.  Looking for any help and/or suggestions!  I was expecting to see 76 of 2185, but didn't get that.  Thank you for the help!

 

 

 

  • Hi WallyWallWal,

     

    Please create two measures similar to:

    Actual value = SUM(Table[Sales])
    
    Total of all = CALCULATE(SUM(Table[Sales]),ALL(Table))

    Add [Actual value] to 'Value' section of Gauge, add [Total of all] to 'Maximum value' section.

     

    Best regards,

    Yuliana Gu

3 Replies

  • v-yulgu-msft's avatar
    v-yulgu-msft
    Microsoft Employee

    Hi WallyWallWal,

     

    Please create two measures similar to:

    Actual value = SUM(Table[Sales])
    
    Total of all = CALCULATE(SUM(Table[Sales]),ALL(Table))

    Add [Actual value] to 'Value' section of Gauge, add [Total of all] to 'Maximum value' section.

     

    Best regards,

    Yuliana Gu