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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
mrothschild
Continued Contributor
Continued Contributor

Matrix - data in data table not displayed when sliced

I have a pretty simple text-based matrix that has Asset Manufacturers, Model Types, and Serial Numbers as the Column hierarchy and Calendar Year, Month, Date as the Row hierarchy, and a simple measure to display Description as the Values.

 

When "Select All" across my slicers is chosen, the output display is as expected.  When I start to slice, the row displays for dates start to get a little screwy, and I'm not sure why.  

 

Here are some screenshots, where you'll note that in the data table, there are data associated with Airbus for Event Dates in 1975, but they are not being displayed with the matrix sliced as such.

 

 

Matrix Date - Select All.PNGMatrix Date - Airbus.PNGMatrix Date - Airbus data table.PNGMatrix Date - Airbus - 1975.PNG

 

Thanks!

 

 

 

 

 

 

1 ACCEPTED SOLUTION
mrothschild
Continued Contributor
Continued Contributor

I think using the Column of Event Description rather than a Measure is what I wanted.  

View solution in original post

5 REPLIES 5
DataZoe
Employee
Employee

@mrothschild Do you have any values in the matrix table? Sometimes I find they do not behave as expected if they have no values or measures. Something simple even, like countrows or distinctcount of ID's in your table.

Respectfully,
Zoe Douglas (DataZoe)



Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/

mrothschild
Continued Contributor
Continued Contributor

@DataZoe the Measure used to populate the Values section of the Matrix table is a simple:

 

SELECTEDVALUE([text description column])

@mrothschild I was looking at the documenation SELECTEDVALUE function - DAX | Microsoft Docs and because those have the same description that may be why it's not showing. Maybe try SELECTEDVALUE(distinct([text description column])), or include a column that will force each single row to show in the matrix.

Respectfully,
Zoe Douglas (DataZoe)



Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/

mrothschild
Continued Contributor
Continued Contributor

I think using the Column of Event Description rather than a Measure is what I wanted.  

@mrothschild wonderful, glad you got it figured out!

Respectfully,
Zoe Douglas (DataZoe)



Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.