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
Hi all
I currently have a map visual, which shows the location of various buildings we look after based on their Postcode as the location. I also have a Funnel visual to filter on engineer, for which engineer looks after the building:
Map using a tooltip measure
Map without a tooltip measure
The first map visual shows what happens when I filter for engineer APhi using a map with the tooltip measure (measure calc shown at the top). The map visual does not filter its location data based on the selection of engineer APhi
The second map visual is NOT using the tooltip measure. When I filter for engineer APhi, the location data on the map is also filtered to only show locations looked after by APhi.
Is it possible to filter by engineer, using the tooltip measure for the Map visual, and have the map location data get filtered too? I tried using a Slicer visual instead of the Funnel visual for the engineer selection, but this does not work either when I use the tooltip measure
Map using a tooltip measure with no Engineer filter applied
Map using a tooltip measure with Engineer filter appliedI am guessing the tooltip measure is not quite right and maybe needs to be written differently. This is because when I use the tooltip measure with the Map visual, the tooltip shows the Site Name as long as the location data is not being filtered by engineer (see the third image).
As soon as I filter by engineer the tooltip stops showing the Site Name (see the fourth image)
My tooltip measure is currently as follows:
Site-Name = VAR ItemCount = DISTINCTCOUNT(ANSAContractLifts[SiteName]) RETURN IF(ItemCount >= 3, CALCULATE(CONCATENATEX(TOPN(3,VALUES(ANSAContractLifts[SiteName])),
ANSAContractLifts[SiteName],", "))&" and more…", CALCULATE(CONCATENATEX(VALUES(ANSAContractLifts[SiteName]),
ANSAContractLifts[SiteName],", ")) )
Does anyone have any idea on what I can do with the tooltip measure, if that is the issue? I would really like to keep it if possible, as the Postcode by itself as a tooltip is not very useful. With the Site Name the tooltip is a LOT more useful
Cheers for all help
Naz
Solved! Go to Solution.
Hi @ansa_naz,
Based on my test, when we check the value in Funnel chart to filter data in map, the measure placed in Map visual Tooltips property will not stop filtering. In my test, the above map contains measure in Tooltips property while the below map doesn't have. Please refer to screeshots below:
In your scenario, please take a look at my tested .PBIX file then compare it with yours to find where is the issue.
Best Regards,
Qiuyun Yu
Hi @ansa_naz,
Based on my test, when we check the value in Funnel chart to filter data in map, the measure placed in Map visual Tooltips property will not stop filtering. In my test, the above map contains measure in Tooltips property while the below map doesn't have. Please refer to screeshots below:
In your scenario, please take a look at my tested .PBIX file then compare it with yours to find where is the issue.
Best Regards,
Qiuyun Yu
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |