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
Hi All,
I'm stuck with a problem in Power BI and I have finally decided to try my luck with the community.
I have a collapsable matrix with several Rows and Values. Being Scope and Activity Rows, and Achievement a value, the concept would be something similar to this:
Scope Activity Achievement
Plan A aaaaaaa
Plan B bbbbbb
Plan C ccccccc
This ordering is done based on an external value.
When collapsing on Activity , I would like the summarization to show only the first row, regardless of whether it's empty or no. Something like this:
Scope Achievement
Plan aaaaaaa
I have tried my luck with the First option, but it doesn't seem to work - it summarizes it by alphabetical order.
I have tried simplifying the problem as much as possible, but let me know if you need a reproducible example from my real dataset.
Thanks a lot for the help. You guys are amazing!
Hi @neoromanzer87 ,
If the column of Achievement is a measure, you can use the function of MIN to get the first value.
Measure = MIN(Table1[Achievement])
If it is a separate column, you can choose the first of the values.
If it still doesn't work, please share more details about the table and post a screen shot. You can mask the sensitive data.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Any ideas? Please, I'm a bit desperate. Thanks.
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 |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |