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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

need help to enlist some data using Filter & Summerzie

Hi there,

i have a working measure that enlist the count of Handlers of Certain Product based on customer IDs.

i want to change the formula to give me detailed customer Number rather count of handlers i am using BI with cloud solution so my limitation is that i cant create any tabel or coulmn in the Database.

i am using this formula for count help me custustomise the formula to enlist the Customer IDs and names in another table

Unique Handler = FILTER

                           (SUMMARIZE

                                           (Customer,Customer[Customer_Number],"A",CALCULATE(SalesOrder[Total_Net_Of_Sales_Quantity],'Unit Of Measure'[Value]="Packs")),[A]>0))

 

Regards, for your kind help.

 

5 REPLIES 5
Greg_Deckler
Community Champion
Community Champion

I do not see how that formula returns a count. Looks like it returns a table. So, use CONCATENATEX perhaps to list out the ID's?



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Dear Greg,

 

First of all Gratitude for sparing your precious time to reply my question. the problem is i am a newbie in world of BI Tools plus unfortunatly i am Sales Manager and trying to learn BIs on Day in & out.

i owuld really appricate if you can guide me on the Fromula structure as the CONCATENATEX to me is the formula to bring in 2 results into 1 Cell or 1 result. 

yet what i want is my system Looks up for my Customer IDS in to Sales & enlists the customers based on their purchase and return me the list of Customer IDS.

like i have 100 Customer while only 10 have purchase this far then the forumla should list down IDS of 10 Customers.

 

and if i target the sky i would really appricate if i can add FILTER formula into measure to see if the customer has purchase more then once like in 10 customers 

1 have 2 customers that have purchased 3 times

4 customers that have purchased 4 times etc. what i have done right now is i changed the filter in the end to get the results by frequency like for 1 timers formula is 

FILTER(SUMMARIZE(Customer,Customer[Customer_Number],"A",CALCULATE(SalesOrder[Total_Net_Of_Sales_Quantity],'Unit Of Measure'[Value]="Packs")),[A]>0))

for two timers 

FILTER(SUMMARIZE(Customer,Customer[Customer_Number],"A",CALCULATE(SalesOrder[Total_Net_Of_Sales_Quantity],'Unit Of Measure'[Value]="Packs")),[A]>1))

now the challenge is it gives me right nos (like 10 customers more then 1 or 2) yet i cant pull the customer IDs out of the system.

 

Thanks for reading this much hop i have cleared my porblem but if you need any more clarity would be more then honored to write back.

 

Regards,

 

 

Anonymous
Not applicable

 Hellow there,

 

if you can help me on the above stated Problem then PLEASE PLEASE PLEASE help me to cutsomse the above formula to get this result also

Orignal Result of Formula in BI

Handlers Orignal.PNG

 

 

 

What i actually want is

desired result handlers.PNG

Please guide if you can help me or ask me question if you need anymore clairty

 

 

@Anonymous ,

 

Refer this: https://www.burningsuit.co.uk/blog/2018/06/dax-how-to-group-measures-into-numeric-ranges/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Dear Bro,

 

Really appricate your knid responce & solution yet the problem in by BI Dashbaord is that the Group Option is not selectable Maybe cas i am working on an online source rather importing data directly into BI. i have attached a screensot for your kind review.

i dont have the traditional options like Tables & Relationships also.

group not avalible.PNG

would really appriciate if you can help me find a workaround solution.

Regards,

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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