Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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
User | Count |
---|---|
84 | |
78 | |
70 | |
47 | |
41 |
User | Count |
---|---|
108 | |
53 | |
50 | |
40 | |
40 |