Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello, I created a dax formula to find out the previous month's data:
These data are percentages. But in the total row of my table, I have a percentage sum and not an average. Can you help me? THANKS.
Solved! Go to Solution.
Hey!
I think if you create a weighted average it should work, try using this formula instead: Detention_Tx_Avg = AVERAGEX( Detention, Detention[TX_DETENTION_JOUR] )
This formula will make sure it is not a sum of all averages.
Hope this helps!
Zoe 😁😁
It's OK! Thank you!!
Thank you!!!
Hey!
I think if you create a weighted average it should work, try using this formula instead: Detention_Tx_Avg = AVERAGEX( Detention, Detention[TX_DETENTION_JOUR] )
This formula will make sure it is not a sum of all averages.
Hope this helps!
Zoe 😁😁