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
Hi Anonymous ,
Send a web link for onedrive, google drive, we transfer or similar.
Regards,
MFelix
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.
- MFelix7 years agoSuper User
Hi Anonymous ,
This is pointing to a closed sharepoint group (probably from your company) don't have access to the file.
Regards,
MFelix
- Anonymous7 years agoNot applicable
Hopefully through GDrive this will now work.
Stuart
- MFelix7 years agoSuper User
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