Forum Discussion
Vilori1200
4 years agoNew Member
create a line graph using a dynamic query
I need to create a line graph using a dynamic query that will receive as a parameter the value selected from a column of a table. My data looks like this : ID Name 1 New york 2 Bo...
amitchandak
4 years agoSuper User
@ , if the table and line visual are interacting you can create visual like that
You can create a measure like one below and use in title to display city name
selectedvalue(Table[City])
https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions
- Vilori12004 years agoNew Member
amitchandak the table and line visual are not interacting. Are independent data sources.