March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Mark,
if I unterstood you well, you need a rank on an expression which is a sum of ranks on two other columns. If it is so, check my solution.
Rank by Bounce Rate - I think you already have this part.
Rank by Bounce Rate = RANKX(TestTable; TestTable[Bounce Rate];;ASC)
Rank by Spendings - the same as Bounce Rate.
Rank by Spendings = RANKX(TestTable; TestTable[Spendings];;ASC)
And the last one uses the same function RANKX, but as an expression for sorting is a sum of those two ranks.
Rank by Sum = RANKX(TestTable; TestTable[Rank by Bounce Rate] + TestTable[Rank by Spendings];;ASC)
Hi Mark,
please check the screenshot and tell me, if the output is the result you expect.
In the last column you see the value which is used for the final ordering.
Thanks 🙂
There is a problem: Rank by spendings is 1 everythere.
Hmm, I see, then please send me the formula you use for the calculation of the Rank by spendings.
Aha, please remove the SUM from your formula. You want to rank by the row value of the column, not by a SUM of values in a column.
And what is the grouping column which you would like to have for summing of groups?
For all atributes. Eventually I want see rating from most important to less important ads for ads with the largest spendings and bounce rate.
Could you please write an SQL for that? Maybe after that it'll be clearer what are your expectations.
Thanks 🙂
I can't give you SQL, but I have broad table like this https://dropmefiles.com/S9djd
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |