Forum Discussion
AGaribay7
3 years agoFrequent Visitor
Change table data with slicer
So, I have a table like this: Player Number Shots Shots on target Pressures Recoveries Key Passes Assists Player 1 0 0 1 0 1 1 Player 2 2 1 2 1 0 0 Player 3 1 1 ...
OwenAuger
Super User
3 years agoHi AGaribay7
1. Create a Field Parameter containing the six measures.
2. Add a "Group" column to the Field Parameter table, either by editing the DAX code for the table or by adding a calculated column.
3. Include the field parameter column in your visual
4. Place Group on slicer
Does this work for you?