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.
Hi all,
I need to find 1 value in a table with more filters
This is my table
Id | name | level | |
01 | John | john@mycompany.com | 1 |
02 | Mark | mark@mycompany.com | 2 |
03 | Bill | bill@mycompany.com | 1 |
I need to find the mail filtering name & level
Can somebody help me with dax?
thanx in advance
Solved! Go to Solution.
@DiePic Measure = MAXX(FILTER('Table',[name] = "John" && [level] = 1),[mail])
@DiePic Measure = MAXX(FILTER('Table',[name] = "John" && [level] = 1),[mail])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
79 | |
64 | |
51 | |
30 |
User | Count |
---|---|
116 | |
114 | |
70 | |
66 | |
39 |