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.
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:
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 | |
37 |