The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Proud to be a Super User!
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
Proud to be a Super User!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
108 | |
82 | |
77 | |
46 | |
39 |
User | Count |
---|---|
137 | |
108 | |
69 | |
64 | |
53 |