Forum Discussion

skhalatian's avatar
skhalatian
Frequent Visitor
8 years ago

dynamic stacked floor plan

hi,

my dataset have following fields:

 

Building Name

Floor number

Unit number 

Square footage

 

I want to be able to have stacked floor plan based on the building I choose from the slice (hence dynmaic stacking)

 

currently I'm using stacked bar chart visualization and it does the job 

the problem is that I want the suite label to be displayed on the barchart instead of the percentage and that is not an option with this visualization.

 

could you recomand what visualization I can use to overcome this limitation.

 

 

3 Replies

  • v-yulgu-msft's avatar
    v-yulgu-msft
    Microsoft Employee

    Hi skhalatian,

     

    As of now, I don't think there is such a chart visual that supports to display legend items on column bars in chart. Only data categories can be displayed on chart. But when you hover over a stacked bar, you would be see corresponding legend item.

     

    Regards,

    Yuliana Gu

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi v-yulgu-msft ,

    Is there anything in 2021 that will work for stacking plans?

    Thanks. 

    Denis.

  • Hi, 

     

    Is this something that is possible to achieve by customsing the visual using pbiviz/visual code?

     

    I am also trying to achieve the same as skhalatian