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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
ozgurozturk98
Frequent Visitor

Counting rows

Hi all,

 

I'm trying to count the total rows where SOLLAST is less than or equal to the Date. I want something like this.

 

testt.png

1 ACCEPTED SOLUTION

@ozgurozturk98 Please try this..

 

TotalRows = CALCULATE(COUNT(TestCount[SOLLAST]),
                      FILTER(ALL(TestCount),TestCount[SOLLAST]=EARLIER(TestCount[Date])))

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@ozgurozturk98,

Could you please describe more details about the logic you use to calculate the above expected result?

I am not sure about how you get 2,5,1 based on the sample data.


Regards,
Lydia

@Anonymous

 

Well you can consider the left column (date) as the current date. The SOLLAST describes the total orders.

 

E.G.

 

On the date 10-6-2018 there are two times a solllast with the same date. So ''Date" has a total row of 2.

@ozgurozturk98 Please try this..

 

TotalRows = CALCULATE(COUNT(TestCount[SOLLAST]),
                      FILTER(ALL(TestCount),TestCount[SOLLAST]=EARLIER(TestCount[Date])))

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.