Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Solved! Go to Solution.
If you are making it as a new column in "Export" table and there is a relationship between "Export" and "Report" then change the statement to :
If(RELATED('Previous Report'[Concat2])='Export'[concat2],1,0)
Only 1 parenthesis in the wrong place 🙂
/Adrian
Hi @sreaves,
I think you may try to use LOOKUPVALUE function.
For your sample, the calculated column may look like:
Column = IF(ISBLANK(LOOKUPVALUE('Previous Report'[Concat2],'Previous Report'[Concat2],'Export'[concat2],"NO")),0,1)
Please try.
Aiolos Zhao
If you are making it as a new column in "Export" table and there is a relationship between "Export" and "Report" then change the statement to :
If(RELATED('Previous Report'[Concat2])='Export'[concat2],1,0)
Only 1 parenthesis in the wrong place 🙂
/Adrian
It looks like the extra ")" did the trick. Thanks for catching that.
Hi @sreaves,
If the answer is what you want, could you please mark it as "Acceptable Solution"?
So other people will know the question is solved.
Thanks.
Aiolos Zhao
User | Count |
---|---|
116 | |
73 | |
60 | |
48 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |