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
RaghdahIsmael
Helper I
Helper I

COUNTwithFILTERwithAND in power query

Hello Team,

 

i was trying to write and implement the below DAX in power query so i need your help on how to write that in power query.

 

# sales in 25 years period =

CALCULATE (  COUNT('Sales'[SalesNumber]),

    Filter (Sales, AND (Sales[Region]="AHG",

    'Sales'[Months] >= 298    &&   'Sales'[Months] <= 302)))

 

thanks in 

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

A measure (if that is what it is) is evaluated according to context and you've missed that from the question.

In general terms, I think you can filter all the conditions stated using the features provided in the column heading dropdowns in Power Query.

After that you might use Table.RowCount or a Group By (from the interface) .  Something like that.

View solution in original post

2 REPLIES 2
HotChilli
Super User
Super User

A measure (if that is what it is) is evaluated according to context and you've missed that from the question.

In general terms, I think you can filter all the conditions stated using the features provided in the column heading dropdowns in Power Query.

After that you might use Table.RowCount or a Group By (from the interface) .  Something like that.

Yes it's a measure, and yes i got your point i will be doing that.

 

thank you

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.