Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
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 April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
74 | |
69 | |
48 | |
40 |
User | Count |
---|---|
61 | |
41 | |
33 | |
30 | |
29 |