Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
HI,
I'm using Synoptic Panel to display floor plans when one building and one floor are selected in filters. And that works fine. What I do not understand is what is the logic of displaying random floorplan if there isn't one selection in filters for building and floor? I would like to use such case to place logo or some message to instruct user what to do, because random floorplans are misleading.
Thanks,
Tom
Solved! Go to Solution.
Hi @Anonymous,
By my tests, I cannot reproduce your scenario clearly.
if it is convenient, could you share a dummy pbix file which can reproduce the scenario, so that we can help further investigate on it? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.)
Best Regards,
Cherry
https://drive.google.com/file/d/1dnSJaLBEuy57wBk-9PQrakQxZ4yTVEX-/view?usp=sharing
So I want to display Logo when no filter is selected, or more then one item per filter is selected.
Hello,
I downloaded your report and I saw that you could change the map using a slicer. how were you able to do that?
I tried linking to a file stored locally but I had no luck.
Hi @Anonymous,
You could refer to the measure below and put the measure to the Field Measure in the visual.
Measure = IF ( OR ( ISFILTERED ( Table2[Building] ), ISFILTERED ( Table2[Number] ) ), MAX ( 'tblGitLinksForFloorPlans'[Building_Floor] ), CALCULATE ( MAX ( 'tblGitLinksForFloorPlans'[GIT_LINK] ), FILTER ( 'tblGitLinksForFloorPlans', 'tblGitLinksForFloorPlans'[Building_Floor] = "LOGO" ) ) )
Then the Logo will be displayed when no filter is selected.
You could modify the measure above acording to your requirement.
You also have a reference of my test file which has been attached.
Hope this is your expected.
Best Regards,
Cherry
Sorry I tried to apply your measure but measure doesn't change underlying svg in synoptic panel. For this to work I would need to find a way to filter table with svg links based on measure, and I do not know if that is even possible. Map field in synoptic visual is critical one.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
59 | |
36 | |
32 |
User | Count |
---|---|
92 | |
59 | |
59 | |
49 | |
41 |