Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
good afternoon
I need in a column or measure, calculate the difference of days between the selected dates in the slicer ... some function?
I speak Spanish.
the image in the link
https://www.dropbox.com/s/pe0hen9ghx65r8d/Captura12.PNG?dl=0
Solved! Go to Solution.
Hi @luis951225,
Please use the following formula, I have tested it in my sample data table, it works fine.
Measure = DATEDIFF ( CALCULATE ( MIN ( DateTable[Date] ), ALLSELECTED ( DateTable ) ), CALCULATE ( MAX ( DateTable[Date] ), ALLSELECTED ( DateTable ) ), DAY )
Best Regards,
Angelia
Hi, I have a similar issue, but I am not trying to calculate a date difference.
My situtation is that I have a Sprint Name column. When the user selects the Sprint, I set a measure called 'SelectedSprintStart' to the selected Sprint's start date.
Hi @luis951225
Try this MEASURE
Measure = DATEDIFF ( MIN ( TableName[Date] ), MAX ( TableName[Date] ), DAY )
Hi,
Hello, The dates you want to obtain are in a slicer !!
Hi @luis951225,
Please use the following formula, I have tested it in my sample data table, it works fine.
Measure = DATEDIFF ( CALCULATE ( MIN ( DateTable[Date] ), ALLSELECTED ( DateTable ) ), CALCULATE ( MAX ( DateTable[Date] ), ALLSELECTED ( DateTable ) ), DAY )
Best Regards,
Angelia
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
71 | |
67 | |
51 | |
39 | |
26 |
User | Count |
---|---|
87 | |
54 | |
45 | |
40 | |
36 |