Forum Discussion
Create View from existing table
- 6 years ago
Anonymous - So if that is your source table, generally you would want to unpivot those columns in Power Query. Then things should be pretty easy.
- 6 years ago
Hi Anonymous ,
1. Select all of your column and use Unpivot columns in power query editor, close and apply it.
2. Put the new fields in a matrix visual, set the value field as count of values to get the expected result:
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
1. Select all of your column and use Unpivot columns in power query editor, close and apply it.
2. Put the new fields in a matrix visual, set the value field as count of values to get the expected result:
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Thank you, I´m gonna try it! 🙂