Forum Discussion
Data by current month
- Anonymous8 years ago
Try a the below measure :
Measure 3 = EOMONTH(TODAY(),-1)
Thanks
Raj
- Anonymous8 years ago
Hey,
I think this may work. Will try and get back. ThankYou!
Hey,
The following is the actual syntax of the QlikView command:
InMonth (timestamp, base_date, period_no)
timestamp - The date you want to compare the base date with
base_date - DAte that is used to evaluate the month
period n0: The month can be offset by period no. It is an integer where 0 indicates the moth which contains base_date. Negative value in period no indiactes preceding month.
So, I need a similar formula in Power Bi to calculate the same.
Can you pick up a sample date for this formula and explain what otput you need?
- Anonymous8 years agoNot applicable
So since we are in August month, I would want my to show those values as of July 31, excluding August. Similarly if we were in September, it needs to show all values as of August 31. At the beginning of each month, the flag value shows the values as of the end of the previous month.