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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Rae2023
Frequent Visitor

Counting between two dates but returns blank and the query won't refresh

I have a problem that requires some help.

I've loaded data from Excel into Power Query and I'm counting the number of records between two dates which is no problem but when there's no records in the date range it returns blank and I get an error.

The rest of my queries won't refresh until one record is entered in the date range.

The error message is:

"Column in Table contains blank values and this is not allowed for columns on the one side of many-to-one relatioship for columns that are used as the primary key of a table."

Is there a way to overcome this issue?

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Do as it says - provide unique values without gaps on the one side of the one-to-many relationship.  That's how star/snowflake schemas are supposed to work. You can't have null/blank as keys.

View solution in original post

7 REPLIES 7
Ashish_Mathur
Super User
Super User

Hi,

Is there a reason that you are trying to solve it in the Query Editor.  Would you be OK with a DAX solution?  if yes, then share some data to work with and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Rae2023
Frequent Visitor

Thank you Ibendlin, I understand that I can't have blank values but where I have filtered values between two dates and there are no records to return, How do I ensure that I don't get an error?

= Table.SelectRows(#"Date Column", each [Merged] >= (#"StartDate") and [Merged] <= (#"EndDate"))

Change the relationship type or break the relationship. 

 

(is this a direct query source with dynamic M parameters?)

Hello Ibendlin,

Yes this is a direct query source with dynamic M parameters.

I'm pretty new to Power BI and the terminology

Well, congratulations - you have reached the bleeding edge.  You have managed to unearth a design flaw.

lbendlin
Super User
Super User

Do as it says - provide unique values without gaps on the one side of the one-to-many relationship.  That's how star/snowflake schemas are supposed to work. You can't have null/blank as keys.

Thanks Ibendlin for your help

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.