Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hello Team,
I have 2 tables having 1 to * relationship, like this,
How can can i get list of ID-1 (Table-1) having a occurance at Value column (Table -2)
In this example I need result as 3.
Thank you!
Solved! Go to Solution.
We can count the unique entries in Table 1 filtered by table 2 like this.
Count Measure = CALCULATE ( DISTINCTCOUNT ( Table1[ID-1] ), Table2 )
We can count the unique entries in Table 1 filtered by table 2 like this.
Count Measure = CALCULATE ( DISTINCTCOUNT ( Table1[ID-1] ), Table2 )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
90 | |
82 | |
57 | |
41 | |
39 |
User | Count |
---|---|
116 | |
82 | |
78 | |
48 | |
42 |