Forum Discussion
Export and Import
- 1 year ago
Hi Kannan4444
Create a date/calendar table, link in my bio.
Create an Active One to Many Relationship from the Date Table date column with the Load Date and do the same for the Discharge Date, but this will be an in-active relationship
Create a measure for LoadDate
KT Load Date = SUM('Table'[KT])Then another for Discharge Date
KT Discharge Date = CALCULATE(SUM('Table'[KT]), USERELATIONSHIP('Date'[Date], 'Table'[Discharge Date])When creating any visuals with date inforation, use the columns from the Date table and add the measures to the visuals to be able to compare.
Hope this helps
Joe
Hi Kannan4444
Create a date/calendar table, link in my bio.
Create an Active One to Many Relationship from the Date Table date column with the Load Date and do the same for the Discharge Date, but this will be an in-active relationship
Create a measure for LoadDate
KT Load Date = SUM('Table'[KT])
Then another for Discharge Date
KT Discharge Date = CALCULATE(SUM('Table'[KT]), USERELATIONSHIP('Date'[Date], 'Table'[Discharge Date])
When creating any visuals with date inforation, use the columns from the Date table and add the measures to the visuals to be able to compare.
Hope this helps
Joe