Hello everyone!
I have a problem considering that technique - Dynamic Charting In Power Pivot « PowerPivotPro
When I create a hierarchy in PP it contains duplicated names on the lower levels due to logic below:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Brands
[/TD]
[TD]Categories
[/TD]
[TD]Subcategories
[/TD]
[/TR]
[TR]
[TD]Apple
[/TD]
[TD]Notebooks
[/TD]
[TD]1 edition
[/TD]
[/TR]
[TR]
[TD]Microsoft
[/TD]
[TD]Notebooks
[/TD]
[TD]2 edition
[/TD]
[/TR]
[TR]
[TD]Apple
[/TD]
[TD]Software
[/TD]
[TD]1 edition
[/TD]
[/TR]
[TR]
[TD]Microsoft
[/TD]
[TD]Software
[/TD]
[TD]2 edition
[/TD]
[/TR]
</tbody>[/TABLE]
So therefore it produces a problem after switching. For instance, when I switch a slicer to Categories it contains duplicated categories - in this example all four above, twice notebooks, twice software. But I expect to get only unique names and sums for them.
Any ideas how to solve it?
I have a problem considering that technique - Dynamic Charting In Power Pivot « PowerPivotPro
When I create a hierarchy in PP it contains duplicated names on the lower levels due to logic below:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Brands
[/TD]
[TD]Categories
[/TD]
[TD]Subcategories
[/TD]
[/TR]
[TR]
[TD]Apple
[/TD]
[TD]Notebooks
[/TD]
[TD]1 edition
[/TD]
[/TR]
[TR]
[TD]Microsoft
[/TD]
[TD]Notebooks
[/TD]
[TD]2 edition
[/TD]
[/TR]
[TR]
[TD]Apple
[/TD]
[TD]Software
[/TD]
[TD]1 edition
[/TD]
[/TR]
[TR]
[TD]Microsoft
[/TD]
[TD]Software
[/TD]
[TD]2 edition
[/TD]
[/TR]
</tbody>[/TABLE]
So therefore it produces a problem after switching. For instance, when I switch a slicer to Categories it contains duplicated categories - in this example all four above, twice notebooks, twice software. But I expect to get only unique names and sums for them.
Any ideas how to solve it?