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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Noppadon
Frequent Visitor

How to Create Measure Count of Sum not equal to 0

I have Item and stock data 2 table.

Item table for keep Item detail.
Item Ledger Entry for keep stock transaction. Data is group by Date , Location , Item and Size. 

How to Create Measure for Count No. of Line Only Sum Qty. by Size is not equal to 0. as Attach Picture.

And Draft Example Output in pbix file as attach Link.
PBIX Link : https://drive.google.com/file/d/1eD3pFuIlUQniXoiqcsH7-CeLEdGRqCT9/view?usp=sharing
Example ResultExample ResultData ModelData Model

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Noppadon , Try a measure like

countx(filter(summarize(Table, Table[location code], table[Item No], "_1", [quantity]),[_1]>0),[_1])

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Noppadon , Try a measure like

countx(filter(summarize(Table, Table[location code], table[Item No], "_1", [quantity]),[_1]>0),[_1])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.