Forum Discussion
Arul
Super User
5 years agoHide and Show table based on selection in Bargraph
Hi All, I need to show the data in table visual once I click the bar graph in the same page of Power BI report. Apart from bookmark, Is there any way to do that? Thanks, -Arul
- 5 years ago
Arul
You can wrap your measure to show data with a condition like
Measure = IF ( isfiltered( table[category ), [yourmeasure] )
You can also check the attached file if you want do it ina different way: - 5 years ago
Hi Arul ,
Just a supplement for Fowmy's method, here is a blog explained in detail:
Show or Hide a Power BI Visual Based on Selection - Excelerator BI.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.