This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi,
I need to get the Number of days between the date ranges selected by user. Based on the number of days, Utilization will be calculated.
Date Slicer
Based on the selection, I managed to get the starting date and ending date. The calculation column used for these things are
For getting intial date.
For getting End Date.
But when i tried to get the date difference between these selected values, am facing issues. The date difference returns 0, Where I should get difference as 9 days.
The formula used for caluculating DateDiff is
THE OUTPUT I GOT IS
It will be great if someone help me in achieving this. Thanks In Advance.
What are the results if you simply use
= DATEDIFF ( MIN ( 'table'[date] ), MAX ( 'table'[date] ), DAY )
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 49 | |
| 28 | |
| 23 | |
| 23 |