Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Friends,
I am working on a BI report where I have a treemap showing different systems on the first page. Based on the selection done on the treemap, I want the system slicer to show the same value. What i am trying to do is create the same slicer on the second page, and get the slicer to sync, so the detailed items (in the second page) can be filtered based on the treemap selection on the first page.
Based on some googling I found post that said that you can use the function SELECTEDVALUE. I am not sure how to use it in the treemap and the slicer.
Please give me some suggestions.
Thank you
Solved! Go to Solution.
@Anonymous , if you want drill value to pass, you need to use drill through. https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-drillthrough
For slicer's Sync slicer can work: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-slicers#sync-and-use-slicers-on-other-pages
@Anonymous , if you want drill value to pass, you need to use drill through. https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-drillthrough
For slicer's Sync slicer can work: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-slicers#sync-and-use-slicers-on-other-pages
Hello,
thank you for the tips. Drill through might be the only way for this.