Forum Discussion
Sameperiodlastyear () issue
Hey everyone ,
I was trying to check the "last year incidents" through Sameperiodlastyear() dax function.
Verified :
1. Created a Separate "Date Table" and Marked it as "Date" table.
2. Have 1 to Many Relationship between "Date Table" and "Incidents Table".
Am i missing something here ??
Make sure that the Year column used in the visual is 'Date Table'[Year].
Based on the measure values in the screenshot, it appears that the Year column may be from Reported_Incidents or another table.
Does that fix it?
2 Replies
- OwenAugerSuper User
Make sure that the Year column used in the visual is 'Date Table'[Year].
Based on the measure values in the screenshot, it appears that the Year column may be from Reported_Incidents or another table.
Does that fix it?
- Prasad_chattuRegular Visitor
Yes its fixed. Thank you OwenAuger