Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 😁😁