Forum Discussion

powerbidev123's avatar
powerbidev123
Solution Sage
1 year ago
Solved

Better visual representation

Hi Fabric fam.   I needed a quick suggestion on how to better display  the below visual. The visuals currently are individual based on stacked column chart since each of the assessment,interview an...
  • powerbidev123's avatar
    powerbidev123
    1 year ago

    Hi Irwan , Thanks for your reply. I think I didn't explain properly. There are calculated columns created for each Assessment,interview,physical verification etc. and not a single calculated where these values are stored.

  • danextian's avatar
    1 year ago

    Hi powerbidev123 

    You can use small multiples but  those measures need to be materialized first using a disconected table so they can be split into different categories which values refer to the measure name.

    You can create a disconnected table using DAX or M/Enter Data. Create another measure to return the other measures based on the current row value in the column  in the disconnected table.

    Please see the attached sample pbix (note ignore the other pages)