Forum Discussion
lcfaria
Helper II
3 years agoAVERAGEX using Summarized table
Hi everybody, I'm trying to get the average from a summarized table where I have the calculated values for performance and bonus. What I need to do is: If the performance is greater than or e...
Anonymous
3 years agoNot applicable
Hi lcfaria ,
Please create another new measure as below base on the current measure, then replace the orignial measure and put this new measure onto the card viaul. Later please check if you can get the correct result.
New Measure = SUMX ( VALUES ( 'Calendario'[Ano/Trimestre] ), [Measure] )
If the above one can't help you get the desired result, please provide some sample data in your table 'data' (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards