Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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])
User | Count |
---|---|
84 | |
76 | |
75 | |
43 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |