If this solved your problem, please mark it as Solved to help others find the solution faster.
If you found it helpful, consider giving it a Like to support each other in this community!
Thanks, and happy building!
With(
{
StartDateJan: Date(
Year(Today()),
1,
1
),
EndDateJan: Date(
Year(Today()),
1,
31
)
},....
If this solved your problem, please mark it as Solved to help others find the solution faster.
If you found it helpful, consider giving it a Like to support each other in this community!
Thanks, and happy building!