Forum Discussion
Dhamu_114
8 years agoNew 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 Based on the selection, I man...
Zubair_Muhammad
8 years agoCommunity Champion
What are the results if you simply use
= DATEDIFF ( MIN ( 'table'[date] ), MAX ( 'table'[date] ), DAY )