Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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])
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.