Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
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,
Hoping sopmeone can help me average a total.
I am trying to average the "AvgDailyChg" row. I would greatly appreciate a solution to this problem!
I dont know if this will help, but I was given this formula from @Icey, but I do not know how to plug in my Fields or measures with the formula that I was given. And I am not even suire if this forula will work, fyi.
Measure =
IF (
NOT ( HASONEVALUE ( 'Table'[YearMonth] ) )
&& SELECTEDVALUE ( 'Table'[Product] ) IN { "B", "C" },
AVERAGE ( 'Table'[Value] ),
SUM ( 'Table'[Value] )
)Here are the fields I have for the dataset I am working with.
@jonnyA ,
Not clear,
if you help with more detail and a sample of it. I wiil try to help you out.
Regards,
Manikumar
Proud to be a Super User!
Thank you in advance for your help!
I think I am getting closer to my answer using the formula below. I am trying to average the Total. As you can see from the screen shot the Total is summing the 3 months.
Here is the formula I am currently using ...
Measure =
IF (
(
NOT ( HASONEVALUE ( 'Table'[YearMonth] ) )
&& SELECTEDVALUE ( 'Table'[Product] ) IN { "B", "C" }
)
|| (
NOT ( HASONEVALUE ( 'Table'[YearMonth] ) )
&& NOT ( HASONEVALUE ( 'Table'[Product] ) )
),
AVERAGE ( 'Table'[Value] ),
SUM ( 'Table'[Value] )
)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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 21 | |
| 14 | |
| 9 | |
| 5 | |
| 5 |