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 September 15. Request your voucher.
Hello everyone !
I'm having an issue to resolve this :
I have a visualization (a bubble map). I want to be able when selecting a value (a bubble) in this visualization to generate multiple tables (one table for each componant of the selected bubble).
The tables must be generated and shown on the report only if the selected bubble have at least on element. If multiple values are in the bubble, multiple and independent tables must be shown
I saw that we can show or hide visuals depending on a selected value, but I don't think that it will help me with this issue.
Thanks for your answers
Solved! Go to Solution.
Hi @Anonymous ,
Sorry for that, but based on my research, we can only control the data to show or hide in multi table visual by using following measure in visual filter,but we did not find an effective way to generate tables in the report view dynamically.
CanShow = IF(SELECTEDVALUE('Table'[Column1])in FILTERS('Table'[Column1]),1,BLANK())
Best regards,
Hi @Anonymous ,
Sorry for that, but based on my research, we can only control the data to show or hide in multi table visual by using following measure in visual filter,but we did not find an effective way to generate tables in the report view dynamically.
CanShow = IF(SELECTEDVALUE('Table'[Column1])in FILTERS('Table'[Column1]),1,BLANK())
Best regards,
Thank you for your answer
User | Count |
---|---|
69 | |
67 | |
62 | |
48 | |
28 |
User | Count |
---|---|
113 | |
77 | |
65 | |
55 | |
43 |