Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
Solved! Go to Solution.
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.
You may use a Table visual instead and select Don't summarize.
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.
You could also create a measure.
Measure = CONCATENATEX ( Table1, Table1[event], UNICHAR ( 10 ) )
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?
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 47 | |
| 44 |