Forum Discussion
Mahendran_C_S
5 years agoHelper I
Matrix with Dynamically changing rows based on slicer selection
Hi everyone, I have a requirement to display values in a matrix visual where the selection of rows and columns should be done by the user. Those rows and columns are displayed separately in a sl...
Anonymous
5 years agoNot applicable
Mahendran_C_S
You need create multiple measures to replace the columns, using if(Contains()) function. Follow the tutorial below, the example is a chart but also works for table and matrix.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
- Mahendran_C_S5 years agoHelper I
Anonymous My requirement is to select rows like country name, project name, and store name, etc., But the above refers to only measures which will be displayed if the selection occurs. Is it possible to achieve dynamic row selection for a matrix with a drill-down option in the selected order in power bi?