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
Hi,
I have 2 tables,
Table A with column "ID" and other columns
Table B with one column "ID"
the ID values in both the tables keep updating.
I want to filter table A (filter out ID values in Table A, which are in Table B "ID" column).
Is there a way to establish this relationship?
Any help appreciated.
Thanks
Solved! Go to Solution.
Create this Column:
Column = COUNTROWS(RELATEDTABLE('Table B'))
Do you want to filter in the Report or create a new table with Table A without the IDs equals in Table B.
Another Question.. The IDs in A & B are Duplicates or Uniques
Sorry for not being clear about the requirement.
I need to filter out in report.
The ID's in both the tables are unique.
Thanks
Hi, supossing that you have a relationship between both tables
Set in Report Filter like the image:
thank you for the response.
I have tried this option, but I have many more constraints applied to Table A in the report which is creating a confusion.
Is there a way to create a column measure in Table A which will return 0 if the value is not present in Table B?
Thanks
It worked. Thank you:)
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.
User | Count |
---|---|
113 | |
83 | |
73 | |
51 | |
42 |
User | Count |
---|---|
140 | |
112 | |
72 | |
64 | |
63 |