The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
I am using 2 sharepoint lists as source in the report and both lists contains Country as one of their columns, when the value of Country in 1st list is "TRUE" then the column 'country' in another list should be displayed in the table visual otherwise hide the column.
If it is achievable pls let me know the way to resolve it.
Thanks & Regards,
Sushma
Solved! Go to Solution.
@SushmaReddy , You can make that blank. Create a measure like this and use that as a visual level filter of another slicer and check for value =1
int(calculate(isfiltered(Table[Column1]), allselected() ) )
refer video from Guyinacube
https://www.youtube.com/watch?v=sXn-QZqLD-8
@SushmaReddy , You can make that blank. Create a measure like this and use that as a visual level filter of another slicer and check for value =1
int(calculate(isfiltered(Table[Column1]), allselected() ) )
refer video from Guyinacube
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
7 |