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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
portizparedes
New Member

Matrix only show first or last value

So we are building this matrix and it get filtered with a timeslicer so in the matrix when a certain date is pick it will show which event is on that date. But if I have two different events on the same day or week it only show one, because in the matrix value you have to pick if you want to show the first or the last and there is no "all" option. Any thoughs on how to fix this?

1 ACCEPTED SOLUTION

@portizparedes,

 

A measure always operates on aggregations of data under the evaluation context. The context depends on user selections in the report or on the shape of the DAX query.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-chuncz-msft
Community Support
Community Support

@portizparedes,

 

You may use a Table visual instead and select Don't summarize.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks but I need to group the info in columns by month so the matrix was really useful. If there is no w ay to do it I will have to change to table but it will not be what I really wanted to present the info.

@portizparedes,

 

You could also create a measure.

Measure =
CONCATENATEX ( Table1, Table1[event], UNICHAR ( 10 ) )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks I have no idea how to use measures but I will investigate.

 

Do you know if it will have to have a condition that concatenate only if the country and date are the same?

@portizparedes,

 

A measure always operates on aggregations of data under the evaluation context. The context depends on user selections in the report or on the shape of the DAX query.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors