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,
I have 2 different connected tables.
How do i include the Networkdays in the Dax below?
Days = DATEDIFF(RELATED(Packing[Date].[Date]),Shipping[Date ].[Date],DAY)
I try this but it give me errors
Days = Networkdays(DATEDIFF(RELATED(Packing[Date].[Date]),Shipping[Date ].[Date],DAY),1)
Help please... thank you.😊
Solved! Go to Solution.
you have created a column instead of a measure
For a column, it would go as below:
Hi, can anyone advise please?
Hey @JustNewbie ,
Can you please share a screenshot of the relationship of these two tables and the error that you are getting
Hi @Anonymous screenshot below
How to make the error go away?
@JustNewbie ,
Can you try
@Anonymous
But it give wrong result...
you have created a column instead of a measure
For a column, it would go as below:
Can anyone help please?
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 |
|---|---|
| 66 | |
| 60 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 108 | |
| 41 | |
| 30 | |
| 27 |