Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Chanakya_vcr
Helper II
Helper II

Issue with Matrix Table Fields Display in Power BI

Issue with Matrix Table Fields Display in Power BI

I’m trying to create a matrix table in Power BI with the following format:

CYPY
Sellout CY# Models CYSellout/Unit CYSellout PY# Models PYSellout/Unit PY
54836321910828715310141433074

 

In the above table, under the CY column, I expect only "Sellout CY," "# Models CY," and "Sellout/Unit CY" values, while under the PY column, I want only "Sellout PY," "# Models PY," and "Sellout/Unit PY" values.

To achieve this, I created parameters and organized them as shown below:

CYSellout/Models/Unit_Parameters FieldsSellout/Models/Unit_Parameters OrderMap

Sellout CY'Sellout Expression'[Sellout CY]0CY
# Models CY'Sellout Expression'[# Models]1CY
Sellout/Unit CY'Sellout Expression'[Sellout Per Unit]2CY
Sellout PY'Sellout Expression'[Nov_Sellout_SPLY]3PY
# Models PY'Sellout Expression'[# Models PY]4PY
Sellout/Unit PY'Sellout Expression'[Nov_FM_Sellout Per Unit_LY]5PY

I added the Map field to the columns in the above table. However, instead of displaying the correct fields under each column, my output looks like this:

CYPY
Sellout CY# Models CYSellout/Unit CYSellout PY# Models PYSellout/Unit PYSellout CY# Models CYSellout/Unit CYSellout PY# Models PYSellout/Unit PY
5483632191082871531014143307454836321910828715310141433074

In the above table, the fields related to CY and PY are being duplicated under both columns (CY and PY), rather than being grouped under their respective headers.

Expected Outcome:

  • Fields related to CY should only appear under the CY column.
  • Fields related to PY should only appear under the PY column.

How can I achieve this layout in the Matrix table?

2 REPLIES 2
lbendlin
Super User
Super User

You need to create a new measure that reads the values of your (disconnected) mapping table and then provides the appropriate measure value.  Not something you can do with field parameters.

Hi @lbendlin ,
Thank you for the suggestion! Could you please provide an example of how to create this measure for the disconnected mapping table? It would be really helpful to see how to set up the measure to pull the appropriate values under CY and PY as intended.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.