The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have tables with id, title,status and date. i want to display the description of each row seprately
i tried to use another table visual but initially it shows all descritpion , but it should be blank
help me on this
Solved! Go to Solution.
Please refer to the following artcle:
"Show or Hide a Power BI Visual Based on Selection"
https://exceleratorbi.com.au/show-or-hide-a-power-bi-visual-based-on-selection/
As tested, it works on my side.
Either use "ISFILTERED(Table4[column1])" or "SELECTEDVALUE(Table4[column1])" is ok.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I'm not clear about your problem.
Is this like what you want?
when hover on a value, it pop out with a card showing a table visual, right?
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Team Thank You
This is the sample table
Whenever i select the row it shows like this- That good
But i want description table to blank intially , if i didn't select any row.
Thanks a lot
Please refer to the following artcle:
"Show or Hide a Power BI Visual Based on Selection"
https://exceleratorbi.com.au/show-or-hide-a-power-bi-visual-based-on-selection/
As tested, it works on my side.
Either use "ISFILTERED(Table4[column1])" or "SELECTEDVALUE(Table4[column1])" is ok.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Team
Thank you So Much