Forum Discussion
Sort data in columns in matrix
- Anonymous2 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 TeamIf 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!
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!