Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
Solved! Go to Solution.
@ozgurozturk98 Please try this..
TotalRows = CALCULATE(COUNT(TestCount[SOLLAST]),
FILTER(ALL(TestCount),TestCount[SOLLAST]=EARLIER(TestCount[Date])))Proud to be a PBI Community Champion
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])))Proud to be a PBI Community Champion
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 35 | |
| 34 | |
| 28 |
| User | Count |
|---|---|
| 136 | |
| 99 | |
| 73 | |
| 66 | |
| 65 |