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
I do have two tables Products and ProductGroup that are related to each other via the field GroupID.
Now I want to create a Card that shows the number of ProductGroups that have no Products inside.
But as the ProductGroup table knows all contracts but not the No. of products assigned - and the products table knows all products and their assigned product groups but not those groups that have no assignment, I am a little bit lost here 🙂
Products |
ProductID |
GroupID |
ProductGroup |
GroupID |
Name |
I guess this one is super easy, but still I dont know how to achieve it.
Any advice?
Solved! Go to Solution.
countx(except(distinct(Productgroup[groupid]), distinct(Products[groupid]) ) , [groupid])
thank you so much @amitchandak !
That worked - definitely would not have come to that solution by experimenting on my own.
Much appreciated
countx(except(distinct(Productgroup[groupid]), distinct(Products[groupid]) ) , [groupid])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |