This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have to generate a paginated report for a matrix table. I've created dummy data as follows:
Table A (storing different hierarchies of fields):
Table B (storing comments in concatenated format):
The DAX formula I used to allow comments to be shown at specific level:
comments_measure =
CALCULATE(
MAX(comments[comments]),
FILTER(
comments,
comments[selected] = SELECTEDVALUE('fact'[Alphabet])&SELECTEDVALUE('fact'[Food])
))The results in Power BI looks like this:
However when I imported the same measure in Report Builder and created the matrix visual, I get the following results:
The comments for Level 1 (Alphabet) are not being reflected correctly.
Any idea to get this working correctly?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |