Forum Discussion
Prakash1050
Helper III
2 years agoNo Data - Hide Visual and Hide Page Dynamically
Hi All, I need to hide the visual dynamically when no data. I have three table visual below pic. If I filter one date in the filter pane. The first ta...
Gayatri_D05
Resolver II
2 years agoHi Prakash1050 ,
Theres no such funtionality to hide visulas in Power BI yet. Howvever a work round is to set the conditional formatting settings for all the parts of visuals like Data, Title, Border if any, to a condition that if Data is not present change the colour to transparency, something like this :
mask_transparency =IF(Data = blank(),”#FFFFFF00″,”#FFFFFF”)
But even with this you wont be able to change the position of other visuals or something, It'll just hide your cuurent visual and the space would be just white.
If your requirement is solved, please make THIS ANSWER as SOLUTION and help other users find the solution quickly. Please hit the LIKE button if this comment helps you.😊