Forum Discussion
corange
Post Patron
4 years agoPareto Analysis & Measures
Hi everyone, I am after some recommmendations / directions. I have created a Pareto Analysis on POWER BI using the following measures: Total_Amount = SUMX(JobDetails, JobDetails[Servi...
YukiK
Impactful Individual
4 years agoIf the purpose is to get the rank over the whole table, then you may use RANKX(ALL(JobDetails), [Total_Amount]) instead of what you have?
corange
Post Patron
4 years agoI would like to be able to use filter and categorise it by different field, like clients, service type and rates card.