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 guys,
Sorry if this is a rookie question still new. I appreciate all feedback 🙂
I have a report where I would like to display 10 scatter plots for my products. Protein/Fat/Temperature/Etc from all measurements YTD.
I would like the user to be able to click these and get an enlarged version of the plot (like focus mode) and to have a table displayed next to it with the data from the plot.
Is it possible to have some kind of "second page" where the figure I click on applies its filters to the data-table as well?
I hope I have explained my problem well enough.
All feedback welcome. Thank you 🙂
Solved! Go to Solution.
Hi, @Irwin ;
You could use tooltip :
1. create a page2 to filter the data-table . create a table about the first plot.
The final output is shown below:
2. You could create a page3 to click these and get an enlarged version of the plot.
a) copy first Plot to Page2 and enlarge it.
b)click first Plot visual and open Visual header.
The final output is shown below:
In addition, you could hide tooltip pages if you need.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Irwin ;
You could use tooltip :
1. create a page2 to filter the data-table . create a table about the first plot.
The final output is shown below:
2. You could create a page3 to click these and get an enlarged version of the plot.
a) copy first Plot to Page2 and enlarge it.
b)click first Plot visual and open Visual header.
The final output is shown below:
In addition, you could hide tooltip pages if you need.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi man,
Thank you for much for taking your time to help me out.
It is not enteriely what I want, but I can definately work with that 🙂