Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello fellow community members,
I followed this very interesting blog post - https://radacad.com/grouping-in-power-query-getting-the-last-item-in-each-group using which I wanted to group my data and retrieve only those rows within a group with a max(integerfield) function, after following the blog it worked perfectly. However, I am unable to use this solution in DirectQuery mode... Would anyone happen to know of a workaround to this?
Appreciate any pointers or feedback.
Thanks!
Solved! Go to Solution.
Create a measure that returns a 0/1 flag and then use the measure as a visual filter.
Create a measure that returns a 0/1 flag and then use the measure as a visual filter.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |