Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi. I'm working on an area chart that contains defect counts and a static average of the defect counts. I was able to create a measure that produces a static average line. Now, I want to have the average line cut off to the current month and update when new data is refreshed each month.
Current measure to get average line:
Any ideas on how to update my current measure to get an average line that cuts off to the current data? (being sept in this case). Thanks.
Solved! Go to Solution.
@sshaw10 , Try this measure for line
Averagex(Values(Date[Month Year]), calculate(COUNTROWS('Table Data')))
User | Count |
---|---|
79 | |
74 | |
44 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |