Forum Discussion
Revealer
3 years agoFrequent Visitor
Fiscal Year Table issue
Hi i have entrydate column from 2019-2022 for changing to fiscal table i have used calendar auto(03) Dax query
column created from2007-2022 is coming.without creating separate table Fiscal year is coming correctly .
1 Reply
- Mahesh0016Super User
new table = calendar(min(Table[entrydate]),max(Table[entrydate]))
If this post helps, please consider accept as solution to help other members find it more quickly.