Forum Discussion
slicers
- 7 years ago
Hi Anonymous ,
You measures for each column should be something like this:
Measure G = IF ( CONTAINS ( MeasuresSelection; MeasuresSelection[Measure]; "Measure G" ); SUM ( Table1[G] ); BLANK () ) Measure M = IF ( CONTAINS ( MeasuresSelection; MeasuresSelection[Measure]; "Measure M" ); SUM ( Table1[M] ); BLANK () )Then add this measures to your chart and the slicer based on the measure selection table.
See attach PBIX file.
Regards,
Mfelix
- 7 years agoHow do you have the slicer table setup?
Do not make any relationship with your data table.
Regards,
MFelix
Still no luck, followed video to the letter and still only get the table and slicer to work in harmony - the chart remains unaffected my slicer selections.
Hi Anonymous ,
Can you share a sample of your file please?
If the information is sensitive please shared it trough private message.
Regards,
MFelix
- Anonymous7 years agoNot applicable
Hi, thganks for you interest - what is the best way to send/share my files?
- MFelix7 years ago
Super User
Hi Anonymous ,
Send a web link for onedrive, google drive, we transfer or similar.
Regards,
MFelix
- Anonymous7 years agoNot applicable
Very basic data set, I then created 2 new measures to copy the initial data and allow the CONTAINS amendment to be made. I set up the xTable as instructed but only the slicer (xTable) and the table visualisation are changed when using the slicer.