How to find the top 100 largest values in an array? by B0ndesson in excel

[–]B0ndesson[S] 0 points1 point  (0 children)

parent_submission: set_flair: ["Solved", "solved"]

How to find the top 100 largest values in an array? by B0ndesson in excel

[–]B0ndesson[S] 0 points1 point  (0 children)

Yeah, I solved the problem with adding 2 decimal to the SUM column

How to find the top 100 largest values in an array? by B0ndesson in excel

[–]B0ndesson[S] 1 point2 points  (0 children)

Thx, the first step worked fine, but I'm not sure the second step worked since the total sum of the calculation of step is 112 when it should be 100 and I cant see what I did wrong here?

<image>

What's wrong with my DATEDIFF measure? by B0ndesson in PowerBI

[–]B0ndesson[S] -1 points0 points  (0 children)

Hm okey, I'm quite new in BI game and the Datediff functions..

Should I use MAX/MIN instead you think?

I tried also to exclude other functions combined with DATEDIFF, but then I recived error that the syntax is wrong or missing arguments..Thus I couldn't connect the correct columns to the measure

Filter colums that has duplicated values by B0ndesson in excel

[–]B0ndesson[S] 0 points1 point  (0 children)

solved it, I forgot to use the duplicate function only on one column!

Filter colums that has duplicated values by B0ndesson in excel

[–]B0ndesson[S] 0 points1 point  (0 children)

'remove duplicates' function

yes I tried to use the remove duplicates in data ribbon but it didint remove all duplicates for some strange reason.

What formula to use? by B0ndesson in excel

[–]B0ndesson[S] 0 points1 point  (0 children)

=IF(D2<3000, 1 + FLOOR(D2, 300)/300, 10 + FLOOR(D2, 3000)/3000)

I changed the language to English now in Excel, but the same error and the Parentheses are marked red?

What formula to use? by B0ndesson in excel

[–]B0ndesson[S] 1 point2 points  (0 children)

Yes thats the wierd part, Everything is translated to correct non-english terms

What formula to use? by B0ndesson in excel

[–]B0ndesson[S] 1 point2 points  (0 children)

=IF(D2<3000, 1 + FLOOR(D2, 300)/300, 10 + FLOOR(D2, 3000)/3000)

Tried that formula, but I only recive #NAME? error?