March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Experts,
I have a very basic data model question, and struggling for it.
I have a master data Table A which inludes all ID's , Regions and other details etc in it including duplicate ID's.
I have Table B which inlcludes ID in it too. I want to find the Table B Id's which are not in Table A..
What I did is I removed duplicates in Table A and added new query as Table C, and trying to give relationship between C and A but for some reason it is not allowing me to give relationship as it saying only Many to Many possible and it's not working too.
Please help can I design the data model. I have to compare Table A and Table B in both ways please.
Please help
Solved! Go to Solution.
I tried this but not working
Column = if(ISBLANK(LOOKUPVALUE(Table1[Records],Table1[Records],Table2[Received])),"No","Yes")
I tried this but not working
Column = if(ISBLANK(LOOKUPVALUE(Table1[Records],Table1[Records],Table2[Received])),"No","Yes")
It's working thanks for your help:-) all
Thanks All for quick reply
So ammend will work?
Because simply, I want to update new column in Table A as which ID's are in Table A and Which are not, like Yes or No
Again in Table B, I want to add one more column like which are in Table A and which are not in Table A as Yes or No please
Can I acheive this with out relating each other and using columns isn't it? if using columns what logic i need to use please so that I can use same logic in Table B too
use many to many relationship between a and b and create new calculated column using related function
Hi @Sudhavi_84 ,
You can still build a relationship eventhough it is many to many. Unless you don't want to use many to many?
try merging tables as full join or building bridge table (which will containg non duplicate ids from both tables, you can use append in power query) and use one to many from bridge to both tables
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
105 | |
98 | |
65 | |
54 |