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
Hi Team,
I'm very new to PBI, recently I have installed PBI desktop in my PC, I have dowloaded superstore data and connected into PBI,
here I want to find out the shipping time, so that I want to creating a new measure,
formula is : datediff(orderdate, ship date, 'day'), so I trying to write same formula in PBI, it won't fetch the fieldnames, waht is the wrong my side, please help to resolve this.
Regards
Kumar.
Solved! Go to Solution.
@Kumardwhbidev Try the following:
DATEDIFF( MAX( 'SuperStoreOrders'[order_date] ) ), MAX( 'SuperStoreOrders[ship_date] ) ), "day" )
In measures, when you refer to columns you often need to specify some sort of aggregation.
@Kumardwhbidev Try the following:
DATEDIFF( MAX( 'SuperStoreOrders'[order_date] ) ), MAX( 'SuperStoreOrders[ship_date] ) ), "day" )
In measures, when you refer to columns you often need to specify some sort of aggregation.
Thank you So much
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 |
|---|---|
| 49 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 75 | |
| 41 | |
| 26 | |
| 26 |