Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Status Card Help

I created a line and stacked column chart and am using different cards to visualize different numbers when I select the particular item from the chart.  So far, it's working as I designed it.  When I...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Anonymous 

    Try my solution in this post: https://community.powerbi.com/t5/Desktop/If-functions-on-cards/m-p/956277#M458252

    Basically create a measure to replace the current measure that show "582nd" in card, something like:

     

    new measure = IF(ISFILTERED(Table[Division]),[Current Measure],"Text")

     

     You can replace "Text" with the "overall avg" measure if needed. 


    Paul Zheng _ Community Support Team
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.