Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Dhamu_114
New Member

Date Diff Between Selected Ranges on Slicer

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

Q1.jpg

 

Based on the selection, I managed to get the starting date and ending date. The calculation column used for these things are

 

Q2.jpg

For getting intial date.

 

Q3.jpg

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

Q4.jpg

 

THE OUTPUT I GOT IS

Q5.jpg

 

It will be great if someone help me in achieving this. Thanks In Advance.

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

@Dhamu_114

 

What are the results if you simply use

 

=
DATEDIFF ( MIN ( 'table'[date] ), MAX ( 'table'[date] ), DAY )

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors