Forum Discussion
Synoptic Panel by OKviz
- Anonymous8 years agoI talked with author of Synoptic Visual and that isn't possible.
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
- Anonymous8 years agoNot applicable
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.
- v-piga-msft8 years ago
Resident Rockstar
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
- Anonymous8 years agoNot applicable
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.
- Anonymous6 years agoNot applicable
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.