Forum Discussion

JustinDoh1's avatar
JustinDoh1
Post Prodigy
4 years ago
Solved

Sort on multiple visuals (Matrix) at the same time possible?

I am sharing my Pbix file here.

 

I am trying to see if it is possible sort two visuals at the same time.

 

For instance, if user clicks the sort button on the "Facility Name" on the Today matrix, I would like the sorting of "Facility Name" for the Variance matrix to follow.

Is it possible?

 

If it is not possible, how do I create a separate column that I could insert into Today matrix (as an extra column)?

This is the detail of the measure I user for Variance table:

MeasureDayBefore = COUNT('vw_daily_today'[ClientID]) -
                                   COUNT('vw_daily_priorday'[ClientID])

 

 

If these two options are not possible, is there any way to disable sorting (maybe that way, I don't have to worry user clicks sort on visual by accident) on Matrix visuals? 

 

Thanks.

 

 

  • VahidDM's avatar
    VahidDM
    4 years ago

    As far as I know, thre is no way.

     

    If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
    Appreciate your Kudos!!
    LinkedIn: 
    www.linkedin.com/in/vahid-dm/

     

     

3 Replies