To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have 2 tables ->
1) DATE table (has dates going from the year 2020 - 2023 and has columns : EndOfQuarter and StartOfQuarter fields)
2) Table which includes fields (Inquiry.ID, Start Date, End Date)
I'm trying to count how many records have a Start Date starting before 1/1/2023 AND have an End Date after 3/30/2023 OR have an End Date that is BLANK. NOTE: When I look in the Transform Data view, the End Date column has "null" where there isn't a date value. When I look at the table in the "front end" these values are blank.
This doesn't give me the correct results. It looks like using BLANK() isn't working due to the "null" value in the End Date dataset.
Hi @jtpiazzamn
Null (italicized) in the query editor is blank in the designer. And your formula looks correct to me. Without a sample pbix, it will be hard to figure out what could be wrong. I would start with applying just one logic at a time in your formula to see if it returns the expected result - 'Campaign Inquiry-JSON'[Start Date]<StartoFQtr first followed by 'Campaign Inquiry-JSON'[End Date]>EndofQtr, etc.