Forum Discussion
Anyone know what this error means?
I have a mixed mode dataset that this column works perfectly fine on....no issues at all.
However, when I connect to this dataset (desktop) to create a report, that same column does not work...and I get this message. I am connect via Live Connection to this mixed mode dataset. The column is below. The RMAItems table is an imported dataflow, the SLItem table is a direct query table.
2 Replies
- lbendlin
Super User
Hard to say without seeing your setup. Two comments
1. Try to rewrite your calculated column differently. Use the data model and the RELATED() function. I had lots of problems with LOOKUPVALUE and mixed models.
2. If you have a Pro license then you may want to raise a Pro ticket at support.powerbi.com - they can check the Azure logs and maybe provide a better explanation.
- AnonymousNot applicable
Anonymous
In Power BI desktop, please check the calculated column RMAItems_Query[RMA Repliacement Item Unit Cost] and other DAXs that reference this column for any errors.
Are there NULL or Blank in the referenced MAItems_Query[RMA Repliacement Item Unit Cost] column?
You can try the following solutions:
Create a single-column table named RMAItems_Query[RMA Repliacement Item Unit Cost] and create relationships between other tables.
This is a link to related content, hope it will help you:
Best Regards,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.