Forum Discussion

bdehning's avatar
bdehning
Post Prodigy
2 years ago
Solved

TopN Slicer on Matrix Table

I use the following that works great on Clusreted Column Chart.   

 

X Axis is     CountMeasurementValueInjuryCause = IF([InjuryCauseRankByMeasuredValue]<=[SelectedTopNValue],[Count of Total Gross Incurred])

 

InjuryCauseRankByMeasuredValue = RANKX(ALL(InjuryCause[Cause Grouping]),[Count of Total Gross Incurred],,0)
 
I have TopN Slicer in place.   
 
This works great in a table, and column charts.
 
When I apply it to a Matrix Table, which has Column Values, it almost works but I get extra rows of Time Group(Values) data below the TopN selection made.
 

 

What do I need to add or change to make this work on Matrix table?
 

 

3 Replies

    • bdehning's avatar
      bdehning
      Post Prodigy

      Thanks for the help.

       

      Can a TopN Slicer be made to work on two different tables on the same page that have different measured value?  I would like to add a Sum table in addition to my Count table.   

  • Sorry to waste your time on the question.  I just created a SumMeasurementValueInjuryCause measure and used that for values in the other table.