Forum Discussion
AnnaMagnusson
Helper I
3 years agoPareto chart with Parameters
Hi! Is it possible to create a Pareto line with a Parameter? The examples I've read to get the cumulative sum is always using ALLSELECTED(), but I can't use a Parameter within that.
Luis_Caston
Helper III
2 years agoDear all,
I'm looking for the same:
I've a paremeter field:
Parámetro = {
("Cliente", NAMEOF('Cliente'[Cliente]), 0),
("FamiliaSuperior", NAMEOF(Articulo[FamiliaSuperior]), 1),
("Artículo", NAMEOF(Articulo[Articulo]), 2),
("CodArticulo", NAMEOF(Articulo[CodArticulo]), 3)
}
And I 've this:
IF I insert the paremeter field at the arrows I obtain the next error:
Do you know how to do it?
And I 've this:
IF I insert the paremeter field at the arrows I obtain the next error:
Calculation error in measure [Net Count ABC]: Column [Parameter] is part of composite key, but not all columns of the composite key are included in the expression or its dependent expression.
Do you know how to do it?