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 i...
Mahesh0016
3 years agoSuper 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.