Forum Discussion
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-msftMicrosoft 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
- AnonymousNot applicable
- whitet96New Member
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