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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Problem with Count

I am struggling to count and Identify the products with more than one delivery days value. Here is a simple dataset:

Here, Products A, C and E have more than one delivery days value, while product B  and D has only one . The original dataset has thousands of rows and I will like to identify those Products with more than one delivery days value. Please bear in mind that the datasource is a live connection therefore i cannot create columns, or other flexibilities. Your ideas will be very much appreciated! 

 

count.PNG

1 ACCEPTED SOLUTION

Hi, @Anonymous 

Take a try  measure as below in your live connection model :

 

Count = 
CALCULATE(
    COUNTROWS('Table 1'),
    FILTER(
        ALL('Table 1'),
        'Table 1'[Product] in DISTINCT('Table 1'[Product])
    )
)

 

56.png

 

 

Best Regards,
Community Support Team _ Eason

 

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

@Anonymous , Try a measure like

countx(filter(summarize(Table, Table[product], "_1", distinctcount(Table[Delivery Days])),[_1] >1),[product])

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
Anonymous
Not applicable

I missed and information, the Product and Delivery days are from different tables in the model! Sorry about not mentioning that earlier

Hi, @Anonymous 

Take a try  measure as below in your live connection model :

 

Count = 
CALCULATE(
    COUNTROWS('Table 1'),
    FILTER(
        ALL('Table 1'),
        'Table 1'[Product] in DISTINCT('Table 1'[Product])
    )
)

 

56.png

 

 

Best Regards,
Community Support Team _ Eason

 

@Anonymous ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
Anonymous
Not applicable

Hi  Amitchandak,

Thanks for the response, however the figure the formula derived is wrong. 

 

@amitchandak 

 

 

 

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.