Forum Discussion
Measure doesn't work for records before specific date
Hi BartoszKx , rajendraongole1, thank you for your prompt reply!
Please create a simple measure to check if you could return month values in a table:
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous,
Thank you for your reply. This measure doesn't work in report. I can't retrive month from date column:
Here's sample data and report:
https://drive.google.com/file/d/1NdD5gDj1GWpa-6E-Zyk0yuBtH2wkP01K/view?usp=sharing
- Anonymous2 years agoNot applicable
Hi BartoszKx,
Thank you for your additional information, use All function to ignore any filters that might have been applied.
tmp = CALCULATE(AVERAGEX('GameStatistics','GameStatistics'[Avg players]), ALL(GameStatistics),YEAR('GameStatistics'[Date]) = 2014, MONTH('GameStatistics'[Date]) =8)Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.