Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hola chicos, tengo una duda, estoy trando de realizar un grafica de pareto, pero cuando calculo la columna acumulativa, en los valores que se repiten no hace la suma como deberia
esta es mi medida:
Solved! Go to Solution.
I found a way to do it.
I found the solution here: https://xcelanz.com/dynamic-pareto-chart-in-power-bi/
Thank you for 👍.
@KarlaBMS93 , Try like
Acumulate_v1 =
var cuenta = [count id5]+rand()/10
return
SUMX(
FILTER(
SUMMARIZE(ALLSELECTED(CAR_DETAILS),CAR_DETAILS[CUSTOMER],"Nueva_cuenta", [count id5]),
[Nueva_cuenta]>=cuenta),
[Nueva_cuenta]
)
I found a way to do it.
I found the solution here: https://xcelanz.com/dynamic-pareto-chart-in-power-bi/
Thank you for 👍.
It doesn't yet count the values that are repeated
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
55 | |
54 | |
37 | |
29 |
User | Count |
---|---|
77 | |
62 | |
45 | |
40 | |
40 |