Forum Discussion

PrakashPalle's avatar
PrakashPalle
Helper II
11 months ago
Solved

Power BI Matrix Chart – Static and Dynamic Column Configuration

Hi Power BI Experts,   I’m trying to build a matrix chart in Power BI based on the structure shown in the attached screenshot. In this setup: The first three columns — Category, Sub Category, and...
  • MasonMA's avatar
    11 months ago

    HI PrakashPalle 

    First normalize your data by Unpivoting as below so that it gives you a flexible matrix that updates automatically as new months are added or filtered.

     

     

    For Matrix, simply add Category, Sub Category, and KPI to Rows, Month to Columns and KPI Value to Values.