Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello Power BI Community,
I am buiding a report that has a measure of weekly values that are derived by a few calculated measures which are derived by fixed column values. Think dollar amounts calculated to generate O/S numbers and then the O/S numbers are used in a formula to come up with a 0.xxxxx value.
These values are displayed on a weekly basis for the entire quarter and then calculated on a BI-Weekly basis (so I dont think I can use the Average function in Power BI. I can get to the exact numbers as displayed in Excel for the weekly numbers, however when I try to calculate the AVERAGE for the two weeks the numbers are slightly off, but it makes a material impact on output which is used for bonuses. For example I have Values of:
Week 1: 0.21470
Week 2: 0.27147
The BI-Weekly number I am getting in Power BI is yielding 0.24161. However, when doing a simple average I get 0.243085. I've tried several formulas and get different answers, but never the right one. Can you please help me with this.
Closest Formula (I noticed that changing the date period doesn't change the output):
Bi-Weekly:= If(ISODD([Week Number]), "-", CALCULATE(AVERAGEX(VALUES('Report Date'[Week Ending]), DIVIDE(DIVIDE([Phy Calc] + [Dmg Calc] + [Gl Calc],5)*100,100)),
DATESINPERIOD (
'Report Date'[Week Ending],
LASTDATE('Report Date'[Date]) ,
-14,
day
)) )
Hi @Anonymous ,
Please illustrate with sample data and show us the desired output.
How to Get Your Question Answered Quickly
Best regards,
Yuliana Gu
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 31 | |
| 28 | |
| 24 |