Forum Discussion

Jakub_Poweska11's avatar
1 year ago
Solved

How to create comparison dashboards between two categories?

Hello All,

Im looking for inspiration how to create a good comparison dashboard between two categories inside different dimensions?

Basically idea:

- On the top i want to have field parameter, where im choosing dimension (dimension means one of the column from table), which i will perform comaprison between two categories from chosen dimension.

- Below i want to have two slicers, where i will choose one category vs second category.

- The next step is creating some charts, when i will compare values for particular months, comparing variance, average etc.

Do you have any ideas how to setup this kind of settings?

I started to create, but its not working how i expect. In slicers for value i made separate two tables with values for particular dimensions and i created relationship between field parameter and them.

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Jakub_Poweska11 

     

    Please refer to this:
    Here's a sample:

    In the power query, Duplicate the Table then select the Platform and Group columns and click unpivot the columns:

     

    The result:

     

    Duplicate the table(2):

    Apply and Close.

    Create 2 Slicers with the Table(2)[Attribute] and Table(2)[Attribute]:

     

    Then give them the same name to create Sync slicer on one page:

    Hide one of them:

    Create 2 Slicers with Table(2)[Value] and Table(3)[Value]:

    Finally create a clustered column chart, the result is as follow:

     

     

    Best Regards

    Zhengdong Xu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

6 Replies

  • NumberPlatformGroups
    INC0097390DCE1Direct
    INC0097398OtherOther
    INC0097476DTEIndirect
    INC0097478OtherOther
    INC0097480DCE2Direct
    INC0097485DTEIndirect
    INC0097488DCE2Omni
    INC0097500DCE2Other
    INC0097508DCE2Indirect
    INC0097514OtherOther
    INC0097520DCE1Direct
    INC0097524DCE2Indirect
    INC0097529OtherOther
    INC0097531OtherOther
    INC0097537DCE2Omni
    INC0097539DCE2Direct
    INC0097541DCE1Direct



    Here is a sample of Data. We can do it simple as possible. Field parameter is containing two columns Platforms and groups, on y-axis of chart we can just count of number tickets and i want to have possibility to choose first based on which i want to compare, second what values from column im comparing.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Jakub_Poweska11 

     

    Please refer to this:
    Here's a sample:

    In the power query, Duplicate the Table then select the Platform and Group columns and click unpivot the columns:

     

    The result:

     

    Duplicate the table(2):

    Apply and Close.

    Create 2 Slicers with the Table(2)[Attribute] and Table(2)[Attribute]:

     

    Then give them the same name to create Sync slicer on one page:

    Hide one of them:

    Create 2 Slicers with Table(2)[Value] and Table(3)[Value]:

    Finally create a clustered column chart, the result is as follow:

     

     

    Best Regards

    Zhengdong Xu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.