Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Just adding another post to clarify what I need.
Basically, I want this sql query translated into DAX:
SELECT TOP 10 To_Person,
Max(Call_Duration) as longest_call_duration
FROM [table]
where [date]= '2020-05-30'
group by
To_Person, Call_Duration
I Calculated Max Duration in Power BI like:
Hi @acg
Can you share a sample of your data here? do you want to create a table with to_Number column and just max10 duration?
You can add a RANK to your duration then filter that to 10.
Appreciate your Kudos✌️!!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
User | Count |
---|---|
21 | |
21 | |
21 | |
13 | |
12 |
User | Count |
---|---|
43 | |
28 | |
25 | |
23 | |
22 |