The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Jolly Day,
I am needing to create a measure to get the earliest date by Item Code.
I am needing only one result for item code filtered by the earliest date.
I tried using the filter on the visual to get the earliest date but my results go wonky so I am needing to do this in a measure.
What I am currently getting.
What I am needing
Item Code | WO_DueDate |
00-200463 | 12/16/2022 |
Many thanks in advance!! 🙂
Solved! Go to Solution.
Hi,
you can use this approach to create a column Earliest date in Power Query.
Transform-Group by-Grouping by Item
Hi,
I love that Idea! I should have explained more though I am needing it to be a measure because Item code is coming from a table that doesn't directly tie to the table that has WODueDate.
Is there a way to accomplish this in a measure form?
Hi,
you can use this approach to create a column Earliest date in Power Query.
Transform-Group by-Grouping by Item
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |