Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi,
I encouter a problem following this tutorial : Pattern to incrementally amass data with Dateflow Gen2 of microsoft learn.
It is said : This assumes that orders are added to the source in ascending order of OrderID. If this isn't the case, you can use a different column to filter the data. For example, you can use the OrderDate column to filter the data.
I tried doing it with OrderDate, but when i want to ddo the statistics and maximum it is in grey and i can't click on it.
My OrderDate is in Date/Time format.
Thank you.
Solved! Go to Solution.
Hi @Romain-Ch,
Thank you for reaching out to the Microsoft Fabric Forum Community.
Thank you @nilendraFabric, for your valuable insights.
Thank you for providing the detailed context and screenshot. Based on your description and the behavior you're observing in Power Query for Dataflow Gen2, it seems that the "Maximum" option is greyed out because the column you're working with has been drilled down into a list. In Power Query, the Statistics operations like Maximum, Minimum, etc., are only available when working with a table column, not a standalone list.
= List.Max(PreviousStepName[OrderDate])
Replace PreviousStepName with the actual name of your previous step. This approach directly returns the maximum date from the column and avoids the limitations caused by working with a list.
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Hello,
Thank you for your answer.
My initial OrderDate column is of type Date/Time and when i drill down into it i have this :
I have only one column which is selected but maximum is still in grey.
Hi @Romain-Ch,
Thank you for reaching out to the Microsoft Fabric Forum Community.
Thank you @nilendraFabric, for your valuable insights.
Thank you for providing the detailed context and screenshot. Based on your description and the behavior you're observing in Power Query for Dataflow Gen2, it seems that the "Maximum" option is greyed out because the column you're working with has been drilled down into a list. In Power Query, the Statistics operations like Maximum, Minimum, etc., are only available when working with a table column, not a standalone list.
= List.Max(PreviousStepName[OrderDate])
Replace PreviousStepName with the actual name of your previous step. This approach directly returns the maximum date from the column and avoids the limitations caused by working with a list.
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Hello,
I used the M step and it is working !!
But i used "List.Max(PreviousStepName[OrderDate])" and not "= List.Max(PreviousStepName[OrderDate])"
Thank you for helping me and finding the answer.
Please make sure
ordeedatw column is correctly identified as Date/Time in the dataflow.
• There are no transformations or errors in earlier steps that might affect its usability.
Before applying the “Maximum” operation, you might need to drill down to ensure you’re working with a single column. To do this:
1. Right-click on the `OrderDate` column and select Drill Down.
2. Then, navigate to Transform > Statistics > Maximum.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.
User | Count |
---|---|
63 | |
36 | |
14 | |
14 | |
5 |
User | Count |
---|---|
71 | |
65 | |
26 | |
8 | |
7 |