Forum Discussion
Add/Remove Columns of Matrix Visual Using Slicer
- 4 years ago
Hi oliverblane ,
For this you need to create a disconnected table with the following format:
Now add the following measure:
Selected Measure value = SWITCH( SELECTEDVALUE(Matrix_Selection[Measure]), "Allocated" , SUM(Measure_Selection[Allocated]), "Attended", SUM(Measure_Selection[Attended]), "Planned Capacity", SUM(Measure_Selection[Planned Capacity]) )Add the Measure column from the previous table on the column below the Month, and the measure above on the values.
Result below and in attach PBIX file.
Has you can see the matrix on the bottom only show selected measures.
Hi oliverblane ,
Since this a single measure when you export the values for CSV it will appear in a single column and the measures names will be presented on a different column.
Do you need to export to CSV? There is a new option to export the table/matrix in the exact view you have on the service.
I am glad you pointed that out - I did not realise there was that option in the service. Thank you very much for your help!
- MFelix4 years agoSuper User
See the link: