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 All,
I am working on creating a moving average but it is ignoring Zero values.
Please bare with me as I am new to the software and BI in general.....
Sooooooooooo......I am working with a data set which has multiple fields but the two that I am using are as follows:
1) 'reference number' (text field)
2) DATETIME
I transformed the date time field to END OF HOUR so I can start to calculate average amounts of instructions hitting our queues per hour.
I then made another column (using the original date time data) and trasnformed that to DATE only (eg: 2016/10/12).
I used the below measure to count the distinct amount of days.
Distinct count days = DISTINCTCOUNT(Query1[DATE ])
Then I created a column and measure to count and then sum the reference numbers (used a column as DAX wouldn't alow me to sum a measure).
Column and measure are as follows.
COLUMN: Count REF NO = CALCULATE(COUNTROWS(Query1)) --I didn't use any where clause/filter for this as every line item has to have a reference number
MEASURE: sum ref no = SUM(Query1[Count REF NO])
Then for my final step.....
The below measure was created to divide the Sum of my reference numbers by the distinct count of days.
CALCULATE(DIVIDE([sum ref no],[distinct count DAYS]))
The above measure has given me my moving average when it is plotted over my time field.
Everything works fine BUT it is ignoring Zero values and therefore overstating my averages.
For example if there were no instructions received on a day between a certain time, it will remove a day from my Distinct Count of Days.
Therefore the 0 value is not included in teh calculation of my average and my average is now larger than what it should be.
How can I calculate a moving average without Power BI ignoring Zero values?
Thank you!
Solved! Go to Solution.
Check this out. This will help you to answer your question.
i used the quick measure to do the rolling average too but have the same problem..did you end up getting an easy solution?
Check this out. This will help you to answer your question.
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 |
---|---|
103 | |
75 | |
43 | |
38 | |
31 |
User | Count |
---|---|
166 | |
90 | |
65 | |
46 | |
43 |