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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have been looking around the forum but I cant seem to figure it out
I have this table:
| Name | Lastdate |
| Microsoft | 04/01/2017 |
| Microsoft | 03/01/2018 |
And I want to create this table:
| Name | LastDate |
| Microsoft | 03/01/2018 |
I am using summarize(table, name, "max",max(date)) but somehow I am getting 04/01/2017.
Its probably something obvious but I would appreciate your help
Solved! Go to Solution.
Is "LastDate" formatted as text or as Date? There should be the problem 😉
Format it as Date ...
Is "LastDate" formatted as text or as Date? There should be the problem 😉
Format it as Date ...
Yep that was it, thank you!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 50 | |
| 34 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 26 |