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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Display multiple values in matrix

Hi,

I have a matrix with the categories on rows (blacked out in the below image for security reasons) and the week of the year number (1..52) on the columns, with some dates in the values.

 

EashwarBalaji_0-1685102042961.png

But powerBI automatically restricts the values to take the earliest date in each week, and the only other options I have are latest date or simply count of dates in each week, as part of the summarization:

EashwarBalaji_1-1685102227055.png


But I want to display all the dates in the week (there 2/3 dates in each week that needs to come through as values).
Is this possible to do?

Thanks in advance!

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Anonymous , You can not do that in case of matrix visual

 

Max you can do that you create a measure

 

concatenatex(Table, Table[Date], " , ")

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

Yes. You can either use double quotes with a carriage return in between, or just use CHAR(10) in place of ",".

 

Pat

Microsoft Employee

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , You can not do that in case of matrix visual

 

Max you can do that you create a measure

 

concatenatex(Table, Table[Date], " , ")

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak Thanks for your response.

That's unfortunate that this is not possible in PowerBI. But the work around you suggested does work.
Is there a way to use a "new line" (Similar to \n) as a delimiter in PowerBI instead of ","?

Yes. You can either use double quotes with a carriage return in between, or just use CHAR(10) in place of ",".

 

Pat

Microsoft Employee
Anonymous
Not applicable

Thanks @ppm1 

Helpful resources

Announcements
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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

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.