Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
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:
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!
Solved! Go to Solution.
@Anonymous , You can not do that in case of matrix visual
Max you can do that you create a measure
concatenatex(Table, Table[Date], " , ")
Yes. You can either use double quotes with a carriage return in between, or just use CHAR(10) in place of ",".
Pat
@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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
61 | |
52 | |
50 | |
36 | |
33 |
User | Count |
---|---|
84 | |
71 | |
55 | |
45 | |
43 |