Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi experts!
I have a historical table that has multiple records for each day.
Here we have a DateTime column (DD.MM.YYYY HH:MM:SS) that shows the DateTime key for the entry.
How can I filter this table to the last visible entry?
Solved! Go to Solution.
Insert this statement where #"Added Custom" is previous step and DateTime Column should also be replaced appropriately.
= Table.SelectRows(#"Added Custom", each [DateTime Column] = List.Max(List.Buffer(#"Added Custom"[DateTime Column])))
Insert this statement where #"Added Custom" is previous step and DateTime Column should also be replaced appropriately.
= Table.SelectRows(#"Added Custom", each [DateTime Column] = List.Max(List.Buffer(#"Added Custom"[DateTime Column])))
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 11 | |
| 11 | |
| 8 | |
| 6 |