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.
I am in urgent need of help following hours of searching!
I have two tables:
Table:
Term | Name | Result |
T1 | Name1 | 2 |
T2 | Name1 | 4 |
T3 | Name2 | 6 |
T3 | Name3 | 8 |
Unrelated slicer table:
Name |
Name1 |
Name2 |
Name3 |
What I want to do:
I have tried a few formulas, but I think they are falling over where there are multiple rows.
Help would be greatly appreciated.
Solved! Go to Solution.
@Anonymous , Try a measure like
Measure =
calculate(count(*), filter(Table, table[Name] in values(Table2[Name])))+0
refer my video on this -https://www.youtube.com/watch?v=lOEW-YUrAbE
@Anonymous , Try a measure like
Measure =
calculate(count(*), filter(Table, table[Name] in values(Table2[Name])))+0
refer my video on this -https://www.youtube.com/watch?v=lOEW-YUrAbE
Thanks for such a swift and helpful reply @amitchandak
Will try this out it looks more elegant than the one I just found:
@Anonymous , Try like
User | Count |
---|---|
116 | |
73 | |
60 | |
48 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |