Forum Discussion

Sri_phani's avatar
Sri_phani
Icon for Helper III rankHelper III
2 years ago
Solved

Sort data in columns in matrix

Hi,    I have a report which has Category-wise Total Surveys received. Users have the requirement that they should be able to sort each week to see which category has the highest every week.    ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Sri_phani ,

     

    Thanks for the reply from lbendlin .

     

    In Power BI, you can create a new table that groups data by the "Start of Week" column.

    Weekly Summary = SUMMARIZE('Table', 'Table'[Start of week], "Total Submissions", SUM('Table'[Surveys]))

     

    Create a model relationship:

     

    Set "Submission reason at solve" of Table table to Row, "Start of week" of new table to Column, "Total Submissions" of new table to value.

     

    The final page visualization is shown below:

     

    The pbix file is attached.

     

    If you have any further questions please feel free to contact me.

     

    Best Regards,
    Yang
    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
    If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!