Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
@Ben81 Try:
Measure =
COUNTROWS
DISTINCT(
SELECTCOLUMNS(
SUMMARIZE (
'Table',
'Table'[ID],
"MaxDate", MAX ( 'Table'[LASTMODIFIEDDATE] )
),
"__ID",[ID]
)
)
)
Thanks mate that worked a treat but can I push my luck a bit more and ask how would that work if I wanted to drop in a USERELATIONSHIP?
I need to create another measure identical to the above but based on another date field within the same table and both measures are controlled via date slicer.
Thanks
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 45 | |
| 35 | |
| 24 | |
| 23 |
| User | Count |
|---|---|
| 144 | |
| 106 | |
| 64 | |
| 38 | |
| 31 |