Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Jake_Neyu
Frequent Visitor

Unexpected behavior with SUMMARIZE

Hello,

 

In the measure 'AR total avg', I use 2 variables, 'ar_source' and 'agent_validate'

 

At lowest level of the hierarchy, variable 'ar_source' shows total leads of each source.

On the next level of the hierarchy, variable 'agent_validate' shows the sum of total leads of all sources.

 

However, variable 'agent_validate' shows 54893 leads which is incorrect, the correct number is 96512 (sum of total leads of all sources calculated by variable 'ar_source')

 

Please help me with this case :(.

 

Jake_Neyu_0-1653563250169.png

 

1 ACCEPTED SOLUTION
3 REPLIES 3
daXtreme
Solution Sage
Solution Sage

You should never perform any calculations in SUMMARIZE in measures. SUMMARIZE is such a complex function (in terms of behaviour) that Alberto Ferrari and Marco Russo strongly advise against performing calculations within it (they themselves never do it). Please, instead use the combination ADDCOLUMNS/SUMMARIZE. SUMMARIZE must only be used for grouping, nothing else, if you want to stay sane.

Hi mate,

 

Thanks for your advice, do you have any idea how I can apply ADDCOLUMNS with this case?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.