cancel
Showing results for 
Search instead for 
Did you mean: 
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
Super User
Super User

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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors
Top Kudoed Authors