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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
WLFRD
Helper III
Helper III

Count rows with different dates

Hello,

 

can someone help me with counting rows with different dates (Date1 and Date2) in it?

 

DateDate1Date2
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2214-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2231-Dec-99
04-Nov-2204-Nov-2214-Nov-22
04-Nov-2204-Nov-2210-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2231-Dec-99
04-Nov-2204-Nov-2231-Dec-99
04-Nov-2204-Nov-2211-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2209-Nov-22
04-Nov-2204-Nov-2207-Nov-22
04-Nov-2204-Nov-2209-Nov-22
04-Nov-2204-Nov-2231-Dec-99
04-Nov-2204-Nov-2214-Nov-22
04-Nov-2204-Nov-2209-Nov-22
04-Nov-2204-Nov-2209-Nov-22
04-Nov-2204-Nov-2210-Nov-22
04-Nov-2204-Nov-2231-Dec-99
04-Nov-2204-Nov-2204-Nov-22
04-Nov-2204-Nov-2207-Nov-22

 

Capture4.JPG

I would like to count the yellow marked rows. These have different dates (Date1 and Date2) other than 31-DEC-99. This date must not be included in the count of rows.

Expected result for 04-NOV-22 is 12.

 

Thanks in advance.

 

Regards

1 ACCEPTED SOLUTION
m_alireza
Solution Specialist
Solution Specialist

@WLFRD ,

Should still work. 

If you created a table with the "Date" column and the measure, you should get a count per date, for example:

Screenshot 2022-11-16 224914.png

And if you want the measure to return 0 when there is 0 rows returned (like on nov 6th in my example) then you can add a "+0" at the end of the meaure.

View solution in original post

3 REPLIES 3
m_alireza
Solution Specialist
Solution Specialist

@WLFRD ,

Should still work. 

If you created a table with the "Date" column and the measure, you should get a count per date, for example:

Screenshot 2022-11-16 224914.png

And if you want the measure to return 0 when there is 0 rows returned (like on nov 6th in my example) then you can add a "+0" at the end of the meaure.

m_alireza
Solution Specialist
Solution Specialist

Hi @WLFRD ,

Try this measure: 

Measure = CALCULATE( COUNTROWS('Table'),'Table'[Date1]<>'Table'[Date2], 'Table'[Date2]<> DATE(1999, 12 , 31))

Thanks for your reply. What would be the measure if there are more dates than just the 11/04/2022 which are in the given example? 

It should count the rows per day and return a single number per date for which Date2 and Date1 are not the same and exclude date2 when it is 31DEC99.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.