Forum Discussion
kukszi
3 years agoHelper I
Lookup from a range
Hi All, It might be a basic question, but I'm not sure how to solve the below problem therefore I'm asking for the help of the Community. I have two calendar tables: one that includes all the days s...
- 3 years ago
Hi,
Write this calculated column formula in Calendar_Table
=calculate(max(Fiscal_Year_Table[Period]),filter(Fiscal_Year_Table,Fiscal_Year_Table[Per start day]<=earlier(calendar_table[day])&&Fiscal_Year_Table[Per end day]>=earlier(calendar_table[day])))
Hope this helps.
Ashish_Mathur
3 years agoSuper User
Hi,
Write this calculated column formula in Calendar_Table
=calculate(max(Fiscal_Year_Table[Period]),filter(Fiscal_Year_Table,Fiscal_Year_Table[Per start day]<=earlier(calendar_table[day])&&Fiscal_Year_Table[Per end day]>=earlier(calendar_table[day])))
Hope this helps.