aritzfb / TreeCircle

4 stars 4 forks source link

Power BI - Pie Chart tree visual #28

Open mirandaraina opened 4 years ago

mirandaraina commented 4 years ago

IMG_20200113_174256 ![Uploading IMG_20200113_174247.jpg…]() I'm facing the attached issue, wherein the visual is excluding data from the rolling totals. With the same data I've created a table which shows different data values( which is correct). Not sure why the Pie chart tree is excluding values. Please help.

aritzfb commented 4 years ago

Hello, The hierarchies must be strict. Are you hierachies strict? Regards

mirandaraina commented 4 years ago

Could you please explain a little more on the hierarchies being strict. I'm pretty new on Power BI

aritzfb commented 4 years ago

Yes of course. Using your example, if you add as first level in the categories field in the visual the attribute "Unit" and as second level "Mode" the value "D" of the level "Mode" is a child of the both parent nodes "A" and "B" of the level "Unit". For this visual its forbidden. You must to have " D" Value for parent "A" And "D1" (For instance) for the parent "B"

mirandaraina commented 4 years ago

I did try making the hierarchies unique. But still facing the same issue.

IMG_20200114_092909 IMG_20200114_092853

aritzfb commented 4 years ago

Are you using the visual from appsoure? Please, download the pbiviz file from here (github) and try it again.