Forum Discussion
Hide 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
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: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.
2 Replies
- Icey
Community Support
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.