Rankx function needs to be supported in Direct Query Mode. If I am not using Analysis Services I should be able to still create a measure of Rank and also create things like Top 10 etc..
2 Comments
- dylan_morganNew Member'You can use countx over a filtered table to get this result. Essentially you want to iterate over a table. The basic implementation is as follows. You would want to decide how to handle ties and make adjustments, but for a simple implementation this will work. = VAR thisSales = EmployeeSales[Sales] RETURN COUNTX( FILTER( ALL('EmployeeSales'), 'EmployeeSales'[Sales] > thisSales ), [Sales] ) + 1
- fbcideas_migusrNew MemberStatus added:Needs Votes
Recent ideas
Allow Detect Data Changes for Historic Data Outside Incremental Window
In Power BI Incremental Refresh,Detect Data Changes only works inside the incremental refresh window. If historic data gets updated, Power BI cannot detect or refresh it unless I expand the increment...NAGAKEERTHI_Y1 hour agoNew MemberNew106Views1like1CommentImproving complexity of Page Navigator in PowerBI
The page navigator could be improved in multiple ways to help reports that have many pages: Allow scroll in vertical view Allow pages within the navigator (EX: using a right and left carrot to sho...kreid3 hours agoNew MemberNew75Views2likes2Comments