Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Complex Formula Cube

I'm looking to build some kind of formula/cube that measures different employee statistics and calculates an end result of money earned. So far I've figured out the tier part but not sure how to star...
  • v-yulgu-msft's avatar
    v-yulgu-msft
    8 years ago

    Hi Anonymous,

     

    In this scenario, you should format the 'Program' table as below. 

     

    The [Index] column here is necessary which is added in Query Editor mode. The [next level] here is a calculated column.

     

    Then, you should crossjoin this table with actual data table (the first image in your original post).

     

    In crossjoin table ('new table_1'), create three calculated column to determine the level of NPS, Retention, Satisfaction for each person. Then, create a new calculated table ('new table_2') to convert it structure which works like "Unpivot".

     

    At last, please use a Matrix visual to host data. Please remember to drill down to the last level and turn off the "Stepped layout"

     

    I have uploaded the .pbix file, please review it for detailed steps.

     

    Best regards,

    Yuliana Gu