Forum Discussion
Column Chart and Slicer
- 6 years ago
Hi Anonymous ,
Based on your description, you are using live connection mode.
It is suggested that you do not use the city column as the slicer, drag the city column into the table view, click the city field to interact with the column chart and highlight it.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Would need to understand data layout for this. Is City slicer using the same City column as the column in your table visual?
If so, I would create a separate City table, use SELECTEDVALUE to grab that and use that within a flag measure where you compare IF(MAX('Table'[City]) = SELECTEDVALUE('Cities'[City']),1,0)
Use that measure as conditional formatting.
- Anonymous6 years agoNot applicable
Thanks Greg.
Unfortunately I can't create a table as I use Power BI as the front end and everything is on Cube.
- Greg_Deckler6 years ago
Community Champion
OK, so you have used Edit Interactions to disable the slicer from affecting the table? Please confirm and I will take a look.- Anonymous6 years agoNot applicable
Yes, I have disabled the interaction between the two.
Thanks so much.