Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
HI,
Newly learning my way around so hope someone can help! I am trying to calculate the YTD average of meetings held per week and also show thew rolling average in a bar/line chart visual.
Ive used the following code but am running into issues as the average is being calculated across the numbers of staff each week as opposed to the total for the week. for example week 9 in the table is being calculated as an average of 2. it's also giving unexpected results in the chart for the same reason, if I filter it to just one team member then it is giving an expected result.
The measure I am using is;
@Phil_SPR , Please create week/Date dimension table and join it with your table on week/date and then try a measure like
Average DAs PW = calculate(AVERAGE(Append1[DAs]), FILTER(ALLSELECTED(Week),Week[Week Number]<=MAX(Week[Week Number])))
Thanks for the response, unfortunatly this is giving me the same result.
The issue is that there are anywhere from 2 to 6 advisers taking DAs in any given week and the formula is dividing the weekly DA total between the advisors. Not giving a weekly average of the total.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
19 | |
12 | |
11 | |
10 | |
6 |
User | Count |
---|---|
21 | |
20 | |
19 | |
14 | |
10 |