Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have Table 1 with several columns and a "New Column2" that has an error in it, so the results all equate to #ERROR.
I have added a second calculated column with LOOKUP that refers to Table 2 and a column within this table that doesn't have any errors. So the DAX looks something like:
Hi, @SevsBo
Welcome to the Power BI forum.
Regarding your question, I noticed that although your expression does not directly include the column New Column2.
However, it states that the column in your expression needs to rely on your error column to run.
You need to check that the red box is not calculated by relying on any other error columns. After my test, if your ID column does not depend on new column2, even if new column2 reports an error, it will not affect the operation of lookupvalue:
If you don't want to remove this erroneous column, you can use the following expression:
OppName = IFERROR(LOOKUPVALUE('Table 2'[Name], 'Table 2'[Id], 'Table 1'[Id]), BLANK())
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Apologies for the very belated reply.
I have checked the offending Column that is mentioned but it is entirely self-contained. It does have errors in it but it does not relate to this newly calculated column in any way.
Interestingly, if I delete that whole column, the one with the errors, then I simply get blank results from the new column, even though the data in the lookupvalue should return results.
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |