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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
JustinDoh1
Post Prodigy
Post Prodigy

Performance issue with "summarize" and suggestion for query optimization

I am having a performance issue (slow) with my report, and I think it is maily due to using a lot of Summarize (and Sumx).

 

I researched little bit, and I found a suggestion to use "selectedcolumns" instead of "summarize".

 

Bottom is original measure which does not show any error:

JustinDoh1_0-1630450573018.png

I am trying to change to "selectedcolumns" now.

JustinDoh1_1-1630450712128.png

How do I go about fixing this error?

 

Also, is there any other place like here I could modify to make the report go little faster?

JustinDoh1_2-1630450890346.png

 

Thanks.

 

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

can this feed back the same result as yours?

=calculate(distinctcount(table1[clientid]),table1[step]=1)

View solution in original post

2 REPLIES 2
JustinDoh1
Post Prodigy
Post Prodigy

@wdx223_Daniel Thank you for your help. I am getting same results now. I need to verify closer on each row of outcome.

wdx223_Daniel
Super User
Super User

can this feed back the same result as yours?

=calculate(distinctcount(table1[clientid]),table1[step]=1)

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors