Forum Discussion

KBUIUS's avatar
KBUIUS
Icon for Helper I rankHelper I
4 years ago

POWER KPI MATRIX TO SHOW SUM VALUE

Hello, 

I am using POWER KPI MATRIX 3.1.1. Love the chart! 

However, I am looking how to show the total values, not just the Most Current Value (Last Hour in my case). It's gonna be like a Matrix table with Sparklines. Any good idea please ? 

I am also thinking of enabling tooltip which shows the sum total, but since the Pop-out chart is there, I cannot replace it with a customized tooltip like other chart. 

 

 

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi  KBUIUS ,

    I created some data:

    Here are the steps you can follow:

    1. Create measure.

    all_amount =
    SUMX(ALL('Table'),'Table'[amount])

    2. Place [all_amount] in Comparison Value.

    3. Result:

    If it is not the result you want, can you share sample data and sample output in table format? Or a sample pbix after  removing sensitive data.

     

    Best Regards,

    Liu Yang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

    • KBUIUS's avatar
      KBUIUS
      Icon for Helper I rankHelper I

      I did the same and this is what I got. The ALL ALert does not take into account the AnalystID