Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
I'm trying to implement Pareto analysis in my reports, but am unable to do so.
Specifically, when it comes to cumulative running totals and percentages, I am using the following DAX formula:
CALCULATE(
SUMX(
'Ordini Aperti',
[Importo Consegna]
),
[Rank] < =MAXX('Categorie Articoli', [Importo Consegna]))
But I'm getting the error "A function 'PLACEHOLDER' has been used in a TRUE/FALSE expression that is used as a table filter expression. This is not allowed.".
As far as I can tell, this is depending on the usage of the [Rank] measure inside the filter expression in my measure.
How should I go about this?
@Anonymous , refer
Power BI Window function- Pareto Analysis, 80% of sales, Order by on Measure: https://www.youtube.com/watch?v=UVxiLc_AzSs
https://exceleratorbi.com.au/pareto-analysis-in-power-bi/
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.