Forum Discussion
ClackamasAshley
3 years agoFrequent Visitor
I Need To Use a Table Visual to Filter 2 Other Visuals on Another Page in My Report
I have crime report data, and want the option for the user to read the report narrative of any case available in the data. Narrative are large blocks of text, so I want to create this visual on the p...
v-yanjiang-msft
Community Support
3 years agoHi ClackamasAshley ,
I'm not quite clear about your problem, seems you want to use a visual to filter a title, if so, here's my solution.
Sample:
Create a measure.
Measure =
SELECTEDVALUE ( 'Table'[Column1] )
Create a button for the title, turn off the border of button and click "fx" besides Text.
Select the measure in the following dialog.
Get the result:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best regards,
Community Support Team_yanjiang