Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
I've posted a question in StackOver flow regareding how to convert SQL qery into DAX
Convert SQL query into DAX query for PowerBI visual - Stack Overflow
The answer I've recieved somewhat solved my query but doesn't meet my requirement 100%.
I need to dense rank the job id by timestamp in descending order and find the # of paused jobs.
Please see my comment under the response..
Would really appreciate any help!
Hi @amitchandak
I applied this query but didn't get the correct result...
I wanna convert the sql query below into DAX, how can I correct the dax query you wrote?
SELECT count(job_id) FROM (SELECT distinct job_id,status,DENSE_RANK over() partition by job_id order by timestamp desc AS rn FROM table1) t2 WHERE t2.rn = 1 and where t2.status = "PAUSED"
thanks for ur help 🙂
User | Count |
---|---|
141 | |
70 | |
69 | |
53 | |
52 |
User | Count |
---|---|
208 | |
94 | |
64 | |
60 | |
57 |