The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
122 | |
89 | |
75 | |
55 | |
45 |
User | Count |
---|---|
134 | |
120 | |
76 | |
65 | |
64 |