Forum Discussion
Anonymous
5 years agoNot applicable
Measure: Sumif between two different date fields with connected date table - .pbix example attached
I have a data table with three fields: Start Date, End Date, and Value. The data table is connected to a Date Table (and needs to stay connected). I need to create a measure that sums values when the...
- Anonymous5 years ago
HI Anonymous,
You can refer to the following link to use 'crossjoin' functions to generate a new table with detailed records of the date range, then you can simply summarize these records.
Spread revenue across period based on start and end date, slice and dase this using different dates
Regards,
Xiaoxin Sheng
amitchandak
5 years agoSuper User
Anonymous , refer to my file on a similar topic , attached after signature
- Anonymous5 years agoNot applicable
Thanks, but in your example the data table is not connected to the date table. I need the data table and the date table connected as I have other visuals that require the two tables to be connected. Is there a way to get this to work if the tables are connected?