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.
Hi Community,
I am having difficulties in dax calculation. I hope you guys will help me, maybe it is very simple for some of you. Below is the scenario.
I have 3 tables, date table and two tables with project ID. there is relationship in date table and project B table, and table A has master list of projects that is related with Table B using project id.
I want to get list of missing projects name from table B when comparing to master project list of table A. Now, I want to get a list of projects id based on date filtered in date slicer of date table where table B project doesn't appear in table A Project. I want to use DAX measure or column for this solution.
Thanks for the help.
Jag
Solved! Go to Solution.
@JJha75 , Use this measure along with Project from Table A in a visual
countrows(except(values(Table1[Project]), distinct(Table2[project]) ) )
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
88 | |
49 | |
45 | |
38 | |
37 |