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 for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Good morning Community,
I have a dataset that contains changes of dates for items,
I have created a summarize table that contains the earliest and latest dates based on the updated date column.
When working on "Ready to Ship" column, I am using the following
Solved! Go to Solution.
Hi, @MarioCadena ;
Since I am not very clear about your table structure and the result you want to output, I have tested it according to your DAX and can try to change it to:
Earliest RTS =
CALCULATE (
MIN ( 'Active Orders'[Ready to Ship] ),
FILTER (
'Active Orders',
[Update date]
= CALCULATE (
MIN ( [Update date] ),
FILTER ( 'Active Orders', [Ready to Ship] > BLANK () )
)))
The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @MarioCadena ;
Since I am not very clear about your table structure and the result you want to output, I have tested it according to your DAX and can try to change it to:
Earliest RTS =
CALCULATE (
MIN ( 'Active Orders'[Ready to Ship] ),
FILTER (
'Active Orders',
[Update date]
= CALCULATE (
MIN ( [Update date] ),
FILTER ( 'Active Orders', [Ready to Ship] > BLANK () )
)))
The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Share some data, describe the question and show the expected result.
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 Power BI update to learn about new features.
User | Count |
---|---|
55 | |
54 | |
54 | |
37 | |
29 |
User | Count |
---|---|
77 | |
62 | |
45 | |
40 | |
40 |