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 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |