Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have the below code in M that gives the number of days between the start date and end date (it works fine):
[EndDate]-[StartDate]
But if I try to subtract "1" then I get an error:
[EndDate]-[StartDate]-1
I assume it's because [EndDate] and [StartDate] are stored as dates but "1" is an integar? Please do you know how to fix?
Thanks,
CM
Solved! Go to Solution.
Replace 1 by: #duration(1,0,0,0)
Replace 1 by: #duration(1,0,0,0)
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 34 | |
| 33 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 61 | |
| 60 | |
| 39 | |
| 26 | |
| 24 |