The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Team ,
I have a Table by (Portfolio,Executio CIO Levels , & Yearly spend column on which i need to perfrom the rank operation)
I have filters on "Filters on all Pages" by Portfolio,Executio CIO Levels and expecting to re- rank the value based on the filtered value but it is not working.
I have total count of 3815 Portfolio's and want to perform the ranking only for spcefic portfolios (The portfolios which are applied as filter) and evaluate the rank.
In the above example we can see the rank is evaluated by considering all the portfolio's.
below is the dax used to calculate the rank
@Anonymous , Current Plan and RankProjectsbyInc are both measures this should respond to filters
RankProjectsbyInc = RANKX(ALLSELECTED(bridgeCapitalPlanProject[Portfolio]),[CurrentPlan],,DESC)
If current plan is column and rank is also a new column the it will not create a measure
Measure Rank: https://www.youtube.com/watch?v=DZb_6j6WuZ0&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=40
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=25627s
Thanks Amit for the quick response , let me elobarte the issue in details.
I am getting the below error when tried to create the measure instead of new column
In my case the Investment is nothing but Portfolio.
I want to print all the top 18 Portfolio long with thier original value and greater than 18 porfolio as Other
User | Count |
---|---|
70 | |
67 | |
62 | |
48 | |
28 |
User | Count |
---|---|
113 | |
78 | |
64 | |
55 | |
43 |