Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi everyone,
I made this chart :
To do it, I create this mesure that works to calculate my percentage of pareto :
Pareto % =
VAR ___TotalStock = calculate(sum(ATC_PRXL[Quantit� ]),ALLSELECTED(ATC_PRXL))
VAR __StockActuel =sum(ATC_PRXL[Quantit� ])
VAR __SummarizeTable =
SUMMARIZE(
ALLSELECTED(ATC_PRXL),
ATC_PRXL[Code Article ],
"Stock",SUM(ATC_PRXL[Quantit� ])
)
Var __StockCumule =
sumx(
filter(__SummarizeTable, [Stock] >=__StockActuel),
[Stock]
)
RETURN
__StockCumule/___TotalStock
Now I want to count the number of items that have a pareto percentage of less than 0.8 (On the chart , it corresponds to red color), but I can't do it ...
Somenone can help me please ?
Thank you in advance,
JL6
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
70 | |
68 | |
50 | |
32 |
User | Count |
---|---|
117 | |
100 | |
73 | |
65 | |
40 |