Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi I am trying to create a measure that ONLY will count the rows of the values in column "Date" that are minor than today. That means everything < Today. But the ones that I have created count everything, I don't know where the error is. I am going to display it by costumer.
Not working
Hi @Aydeedglz
Unfortunately, your dax works well in my side:
Maybe you can share your data(without sensitive data), or create a sample data.
How to Get Your Question Answered Quickly - Page 13 - Microsoft Fabric Community
Best Regards,
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @Aydeedglz ,
try the following measure
Measure = CALCULATE(COUNTROWS('TABLE1'),'TABLE1'[DATE] < TODAY())
Proud to be a Super User! | |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.