Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi
I have configured PBI to filter a list of articles (e.g Waxtex paperbags). The stacked bar chart shows the price of the article by supermarket.
2 cards show the max and min price of the filtered articles, the right most card shows the number of supermarkets that
sell that article.
No I want these 14 supermarkets to be emphasized in the map.
Can that be done?
I calculated the number of supermarkets with this measure:
Nr = CALCULATE (
Count ( Input[Bedrag] ),
ALLEXCEPT ( Input, Input[Inhoud],Input[Categorie],Input[Merk/Artikel]))
Solved! Go to Solution.
Hi @RonLieuw,
What about drag the measure to size filed to highlight the supermarkets in Map?
If you still need help, could you share a 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
Hi @RonLieuw,
What about drag the measure to size filed to highlight the supermarkets in Map?
If you still need help, could you share a 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
Thanks Cherry, I dragged the Supermarket field to the size field. That did the job. See picture below.
Check out the November 2023 Power BI update to learn about new features.