Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
hi,
I work in the rail industry.
We have for example:
Period 1 = 01/04/2021 to 01/05/2021
Period 2 = 03/05/2021 to 29/05/2021
Thank you
@Anonymous , do you have any table where you have these periods if yes you can add additional columns based on that
Start Date = minx(filter(period, peiord[Start Date] <= Date[Date] && peiord[end Date] >= Date[Date] ), peiord[Start Date] )
same way
end Date = minx(filter(period, peiord[Start Date] <= Date[Date] && peiord[end Date] >= Date[Date] ), peiord[end Date] )
Hi amitchandak
Where in my code, would i insert the code you suggested?
Thanks
Jerry
I dont have any other table.
This is a new contract.
What do you suggest?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.