Forum Discussion
Help Needed: Creating a Sales Performance Heatmap on Mall Floor Plan in Power BI
Hello everyone,
I need assistance with creating a visual representation of sales performance for different brands in a mall using Power BI.
4 Replies
- Ritaf1983Super User
Hi Harsh121
Take a look at my blog post about heatmaps , it includes pbix with the example:
If it doesn't help,
please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
- Harsh121Frequent Visitor
I am working on a floormap of a mall and i have to create a visualization based on brand/stores on a floor on the basis of profit they are making. If making profit then green colour and if in loss then red colour this should be integrated in this map only. I think it will look like tree map visualization type but not actually the tree map as in tree map not just the colours, size of the fields changes as per the values.
This is the sample map. I want the colour part integtrated in this map only.
- Harsh121Frequent Visitor
Hi Ritaf1983 , rajendraongole1
I did this using synoptic panel viz.
Now how can i filter it to condition that brands above profit margin will be in green colour and if less than that then red ?
- Harsh121Frequent Visitor
I made this polygon structure of Floorplan using QGIS and converted this to topoJSON using mapshaper.org and imported it in shape map in power bi.
But now i have a DWG file of a floorplan, so instead of mapping a polygon structure and converting it to json can i directly use DWG in power BI and make heatmap like above ?