Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I have a table named ITC_DAILY_STATS that records one row for each application received. Our months are divided into one of five categories, named month_code (12WD, 12WE, 3WD, 8WD, 8WE). I'm trying to calculate the average number of apps received each month, grouped by the month_code. In other words, what is the average number of apps received in the 12WD months, in the 12WE months, etc. I have a slicer so the user can select one of the month_codes.
I have this measure to count the number of apps received, which works fine
Solved! Go to Solution.
@SteveG_91 , Can try it on month year name
APP COUNT AVG = AVERAGEX(VALUES('A2055 ITC_BIZ_DATES'[Month Year name]),calculate([APP COUNT]) )
or
APP COUNT AVG = AVERAGEX(summarize('A2055 ITC_BIZ_DATES','A2055 ITC_BIZ_DATES'[Month Year name],[Month Code]),calculate([APP COUNT]) )
@SteveG_91 , Can try it on month year name
APP COUNT AVG = AVERAGEX(VALUES('A2055 ITC_BIZ_DATES'[Month Year name]),calculate([APP COUNT]) )
or
APP COUNT AVG = AVERAGEX(summarize('A2055 ITC_BIZ_DATES','A2055 ITC_BIZ_DATES'[Month Year name],[Month Code]),calculate([APP COUNT]) )
Thanks @amitchandak , your first measure worked, APP COUNT AVG = AVERAGEX(VALUES('A2055 ITC_BIZ_DATES'[Month Year name]),calculate([APP COUNT]) ).
I thought I had used month year name on my first try and it didn't work so I switched to month_code. I guess I didn't. Anyway, thanks for your help!
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
65 | |
43 | |
42 |
User | Count |
---|---|
47 | |
38 | |
28 | |
28 | |
27 |