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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply

Need help with Distinctcount

Hello,

I am using distinctcount to summarize data and it gives me an error and says it exceeded the resources. Let me give details.

Below is my measure 

Clients=summarize(

clients,[client_number],[customer_number],[Year], 

"Clientcount", distinctcount(clients[id])

)

thats my measure table and I am using another measure to get the count where it is greater than 1.

otheclientmeasure=If(values(clients[Clientcount]>1,"yes","")

 

when I add above measure on the matrix for some clients it gives me exceeded resource. Can you please help me how can I fix this issue?

 

Thank you.

1 REPLY 1
FreemanZ
Super User
Super User

hi @davehardikkumar 

Please try to provide and focus on your data sample and expected result out of that. All others are secondary.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors