Forum Discussion
Vitor_sp_bo
4 years agoHelper I
same period
Guys, good morning! Alright ? I have a problem, I would like to compare this month's sales with last month's, but the comparison has some requirements. 1st I need to compare with the same period l...
- Anonymous4 years ago
Hi Vitor_sp_bo ,
Please refer to use Weeknum DAX.
https://docs.microsoft.com/en-us/dax/weeknum-function-dax
If it does not help,please provide some data and desired output.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Fowmy
4 years agoSuper User
Vitor_sp_bo
You need to duplicate your date table and use it as a slicer for the 2nd period to compare, build one measure to get the total sales based on the primary dates table and the other measure get from the 2nd table and do the comparison
Vitor_sp_bo
4 years agoHelper I
Fowmy Hello friend, thanks for the answer, but what I need is just the percentage of growth dividing one period by the other, I just can't define a formula that does that