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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
Harry_Tran
Helper III
Helper III

Convert SQL Row_Number to DAX

Hi,

I have a SQL Query like this:

SalebyInvoice = Sum ( Sales ) OVER ( Partition by Invoice order by SaleDate ASC )

 

How can I convert this to DAX?

 

Thanks

1 ACCEPTED SOLUTION
Mikelytics
Resident Rockstar
Resident Rockstar

HI @Harry_Tran 

 

Please try:

 

 

 

Sum Over=
CALCULATE(
   SUM(SalesTable[ValueColumn]),
   ALL(SalesTable[InvoiceOrder]),
   ALL(SalesTable[SaleDate])
)

 

 

 

 

If this does not help can you please sind some more info like data model and the result you intend to have in Power BI?

 

@Harry_Tran Forgot a bracket and had to update the formula.

 

Best regards

Michael

 

Best regards

Michael

-----------------------------------------------------

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Appreciate your thumbs up!

@ me in replies or I'll lose your thread.

-----------------------------------------------------

LinkedIn

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

View solution in original post

2 REPLIES 2
Mikelytics
Resident Rockstar
Resident Rockstar

Hi @Harry_Tran 

Please see below an example with two categroy fields

Mikelytics_0-1670616853429.png

 

Best regards

Michael

-----------------------------------------------------

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Appreciate your thumbs up!

@ me in replies or I'll lose your thread.

-----------------------------------------------------

LinkedIn

 

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!
Mikelytics
Resident Rockstar
Resident Rockstar

HI @Harry_Tran 

 

Please try:

 

 

 

Sum Over=
CALCULATE(
   SUM(SalesTable[ValueColumn]),
   ALL(SalesTable[InvoiceOrder]),
   ALL(SalesTable[SaleDate])
)

 

 

 

 

If this does not help can you please sind some more info like data model and the result you intend to have in Power BI?

 

@Harry_Tran Forgot a bracket and had to update the formula.

 

Best regards

Michael

 

Best regards

Michael

-----------------------------------------------------

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Appreciate your thumbs up!

@ me in replies or I'll lose your thread.

-----------------------------------------------------

LinkedIn

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

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.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.