Hi I am getting the following error on the created column when i am refreshing the data. I did not have nay issues before the refresh.
Following is the code snippet
Billable = if(
not(
ISBLANK(
LOOKUPVALUE(Task[isbillable],Task[id],SheetsAll[id])
)
),
LOOKUPVALUE(Task[isbillable],Task[id],SheetsAll[id]),
LOOKUPVALUE(Jobs[isbillable],Jobs[id],SheetsAll[id]))
Following is the error
This expression refers to a Relationship object named '902a1ae2-e95d-420e-9f24-eae5303c57d8', which has an error.
Can some one help me in debugging this issue?
Whenever there is an error in the primary key (of any table related to your table and not only the table in contention) this error pops up. Please ensure all the relationships with the Task and Jobs Table are valid. Whenever a cross table reference is made PBI checks the validity(no errors in the primary key) of all the relationships with that table.
To be totally safe, Click on Modelling and then Manage Relationships, Check the validity of every relationship in this menu so that Relationship object based errors are avoided.
I am experriencing similar issues only if the report is using an "On-premises data gateway". While using the personal gateway mode my report and refreshing seems to work as intended.
Has anyone managed to solve this issue in any way?
Best regards
arefossa
I have the same kind of error
"his expression refers to a Relationship object named '31445cef-2400-49fa-8c32-a0a250a394ce', which has an error."
I guess that is referred to this DAX:
Do you still have an active connection to your data source?
Yes, I was able to get data for the columns mentioned in DAX.
Power BI User Groups are coming! Make sure you’re among the first to know when user groups go live for public preview.
User | Count |
---|---|
393 | |
141 | |
107 | |
82 | |
53 |
User | Count |
---|---|
418 | |
161 | |
139 | |
113 | |
84 |