Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Team,
I have Geo Map based on Category (Country wise) and while cursor hover to any country (under Category) it shows below tooltips.
for ex : Country is under category 1 then tooltips shows 3 description.

Tooltips:

@Anonymous - Try creating a measure like this:
Tooltip Measure =
VAR __Category = MAX('Table'[Category])
RETURN
CONCATENATEX(
FILTER(ALL('Tooltips'),'Tooltips'[Category] = __Category),
[Description],
","
)
@Anonymous ,
Check if report tooltip page can help
https://docs.microsoft.com/en-us/power-bi/desktop-tooltips
Or contact the data into one column and show
https://docs.microsoft.com/en-us/dax/concatenatex-function-dax
https://docs.microsoft.com/en-us/dax/concatenate-function-dax
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 34 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 42 | |
| 30 | |
| 26 |