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.
dear community
may you help me with a DAX formula that calculte the ( difference days ) automatically as in the table bellow
Start | End | Difference days |
23-Apr-23 | 25-Apr-23 | 1 |
1-May-23 | 3-May-23 | 1 |
4-Jun-23 | 7-Jun-23 | 2 |
17-Jun-23 | 19-Jun-23 | 1 |
Solved! Go to Solution.
Hi
Use DATEDIFF(start,end,DAY)
Hi Semaj
may you help me with furthur explanation?
Thank you so much Semaj
User | Count |
---|---|
24 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |