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.
Good day!
I have sample here , how I can get the numbers in group 1 that is not in group 2 using dax.
thanks in advance!
~Ran
Solved! Go to Solution.
Create a new Table ( Go to Modeling > New Table )
Write DAX:
Table1_NotIN_Table2 =
EXCEPT(
VALUES('Table 1'[Column1]),
VALUES('Table 2'[Column2])
)
This will generate a new table showing all numbers that are in Group 1 but not in Group 2.
If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
Create a new Table ( Go to Modeling > New Table )
Write DAX:
Table1_NotIN_Table2 =
EXCEPT(
VALUES('Table 1'[Column1]),
VALUES('Table 2'[Column2])
)
This will generate a new table showing all numbers that are in Group 1 but not in Group 2.
If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
145 | |
85 | |
66 | |
52 | |
48 |
User | Count |
---|---|
215 | |
90 | |
83 | |
67 | |
59 |