The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am building reports in powerbi using an established data model where the security in place prevents the ability to add columns; thus I must develop a measure to calculate the number of days between two dates within the same column (i.e., previous row).
I have a table with a date field and I would like to calculate the number of days between each event (occurrence) (e.g., number of days between 03/08/2022 and 05/17/2022; number of days between 05/17/2022 and 06/06/2022, etc.). Is there a way to do this by using a measure? Any help/advice you can give would be very much appreciated.
EventDate Field
03/08/2022
05/17/2022
06/06/2022
07/12/2022
09/29/2022
02/07/2023
02/08/2023
02/20/2023
Solved! Go to Solution.
hi @Anonymous
hi @Anonymous
doable. would need the info of other columns to locate date rows. could you enrich your data sample?
Other columns, as a minimum, would include:
Unique Identifier Field (each record/row)
Eventdate (referenced originally)
Title Field
Event Summary Field
Responsible Department Field
hi @Anonymous
Thank you! I will try this!
hi @Anonymous
and the criteria to pick dates for duration calculation?
To include on a visual whether table, combo graph (bar (event) line (days between events)
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |