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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Do57792
Advocate I
Advocate I

Matrix visual/ different meauere at the cells of matrix

Hello Experts,

 

I have the following origin data:

HousesRegionDateColumn 1Column 2
1W01 Jan 14
2W05 Jan25
3N02 Feb76
4W02 Feb712


Now I want to display a matrix like an excel table, with different measures/filters for the measures at each cell. The problem is, that I can't ( or I don't know) how to change the layout of my origin data table. If I change this, like pivot, I will get duplikates at the "House" columns, but this column is also connected to another table. If I would do this I will get a n:m connection. Right now the 1 : * is fine. The duplicate at the result ("Spot 1") is not an error; I would like to get a result like I have shown at the example results.

Or is there a visual wher I can insert a different measure at each cell?

Result, what I would like to have at my report:


Region=W

 JanFeb
Spot 1= sum(Column1), Region = W, Date =Jan (result =3)= sum(Column1), Region = W, Date =Feb (result =7)
Spot 2= sum (Column 2),Region W , Date =Jan  (result =9)= sum (Column 2), Region = W, Date =Feb (result =12)
Spot 1= sum(Column1), Region = W,Date =Jan (result =3)= sum(Column1), Region = W,Date =Feb (result =7)

 

Many thanks for your help!

1 ACCEPTED SOLUTION
mickey64
Super User
Super User

Step 0: I use your data.

mickey64_1-1721396733480.png

 

Step 1: I unpivot this data table on Power Query Editor.

mickey64_2-1721396836753.png

 

Step 2: I click 'Close & Apply'.

 

Step 3: I make a table and add a relationship below.

    Houses Table = SUMMARIZE('DATA','DATA'[Houses])

mickey64_0-1721396636222.png

 

Step 4: I make a matrix.

mickey64_3-1721396976712.png

 

View solution in original post

2 REPLIES 2
Do57792
Advocate I
Advocate I

Many thanks!

mickey64
Super User
Super User

Step 0: I use your data.

mickey64_1-1721396733480.png

 

Step 1: I unpivot this data table on Power Query Editor.

mickey64_2-1721396836753.png

 

Step 2: I click 'Close & Apply'.

 

Step 3: I make a table and add a relationship below.

    Houses Table = SUMMARIZE('DATA','DATA'[Houses])

mickey64_0-1721396636222.png

 

Step 4: I make a matrix.

mickey64_3-1721396976712.png

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.