Forum Discussion

4 Replies

  • Hi Harsh121 

    Take a look at my blog post about heatmaps  , it includes pbix with the  example:

    https://community.fabric.microsoft.com/t5/Community-Blog/When-to-Use-Heatmaps-and-How-to-Implement-Row-Level-Heatmaps-in/ba-p/3929725

     

    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.

    • Harsh121's avatar
      Harsh121
      Frequent 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.

       



      • Harsh121's avatar
        Harsh121
        Frequent 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 ?

  • Harsh121's avatar
    Harsh121
    Frequent 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 ?