Forum Discussion
Anonymous
4 years agoNot applicable
Bubble map with multiple measures
Dear PBI enthusiasts! I have a country, two calulated measures Profits and Losses and a lot of other fields and the dataset is too large. How do I do a bubble map with these fields where I have to s...
- 4 years ago
Anonymous , Create a calculation group and use the name(column of calculation group) on details
Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0
amitchandak
4 years agoSuper User
Anonymous , Create a calculation group and use the name(column of calculation group) on details
Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0
- Anonymous4 years agoNot applicable
Thank you amitchandak . I was thinking more like creating a table with SUMMARIZE and use that - but not able to fine tune it.
E.g.:
CountryMapFields = SUMMARIZE(
Table1,Table1[Country],
"Profits",'MeasuresTable'[Profits],
"Losses",'MeasuresTable'[Losses]
)