Forum Discussion
desiiirz
3 years agoRegular Visitor
Percentile with 2 values
Hello, I have one measure for the revenue : CA HT = SUM(Ventes[Prix Vente HT]) Another for the previous year : CA HT PY = CALCULATE([CA HT],SAMEPERIODLASTYEAR(Dates[Date])) I trie...
amitchandak
Super User
3 years agodesiiirz , I assume % not percentile
divide([M1] -[M2],[M2])
and mark that as % column
for percentile
Top 80/20 , percent /percentile
https://blog.enterprisedna.co/implementing-80-20-logic-in-your-power-bi-analysis/
https://forum.enterprisedna.co/t/testing-the-pareto-principle-80-20-rule-in-power-bi-w-dax/459
Power BI Window function- Pareto Analysis, 80% of sales, Order by on Measure: https://www.youtube.com/watch?v=UVxiLc_AzSs
desiiirz
3 years agoRegular Visitor