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 runni...
  • v-yulgu-msft's avatar
    8 years ago

    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