Forum Discussion
Guillaume_S
2 years agoFrequent Visitor
Value for previous month without blank
Hi, I wrote a measure where I want to retrieve the value of the previous month without taking the group into account. However, everything I test takes the group into account. Does someone have an ...
- 2 years ago
If you will use this in only one visual you can leverage from visual calculations and use the PREVIOUS() function from it.
Guillaume_S
2 years agoFrequent Visitor
ray_aramburo Amazing ! thanks