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.
I need to create a measure that shows the next shipment date in the dataset. For example my next shipment date is April 25th. When I add Shipment date to my visual it only allows me to see the earliest and the latest but never the next.
Solved! Go to Solution.
You could create a measure like
Next shipment date = CALCULATE( MIN('Table'[Shipment date]), 'Table'[Shipment date] >= TODAY())
You could create a measure like
Next shipment date = CALCULATE( MIN('Table'[Shipment date]), 'Table'[Shipment date] >= TODAY())
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |