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 want to have a custom column with the sum of the days between two dates.
Who can help me out?
Thanks
Solved! Go to Solution.
@Anonymous , Datediff , and for business daye networkdays
new column = datediff([date1], [Date2], day)
New column business days = networkdays([Date1], [Date2],1)
Hi @Anonymous
Go to Add Column> Custom Column.
and deduct the date2 - date1 as shown below. This should probably give you the difference between those dates.
Is this what you are looking for?
@Anonymous , Datediff , and for business daye networkdays
new column = datediff([date1], [Date2], day)
New column business days = networkdays([Date1], [Date2],1)
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 |
|---|---|
| 61 | |
| 60 | |
| 45 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 110 | |
| 103 | |
| 40 | |
| 29 | |
| 29 |