Forum Discussion
Making Chart visible only if hasonevalue()
The report contains a matrix of customers by sales amount and a line chart displaying sum of sales by date.
Can the chart's visibility be set to hidden, except for when one customer is selected in the matrix?
- Anonymous2 years ago
Hi newhopepdx
The power bi can not hide or show the visual automatically.
Here I find some alternative workaround for your reference:
Dynamically Show or Hide Power BI Visual Based on Slicer Selection (mssqltips.com)
Show or Hide a Power BI Visual Based on Selection - Excelerator BI
It is worth noting that this technique can be applied to most visuals in Power BI, you might just need to change some bits of the approach in some visuals if its not straight-forward, but the approach should always work.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Hi newhopepdx
The power bi can not hide or show the visual automatically.
Here I find some alternative workaround for your reference:
Dynamically Show or Hide Power BI Visual Based on Slicer Selection (mssqltips.com)
Show or Hide a Power BI Visual Based on Selection - Excelerator BI
It is worth noting that this technique can be applied to most visuals in Power BI, you might just need to change some bits of the approach in some visuals if its not straight-forward, but the approach should always work.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.