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! Get ahead of the game and start preparing now! 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])))
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!