Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Limiting Columns Pareto Chart

Hi,

 

How could I limit the amount of columns in Pareto chart to top 15?

 

 

Pareto.PNG]

 

My formulas are:

Conta Desvio:= IF([Saldo Desvio] > 0 ;[Saldo Desvio];BLANK())
Conta Ranking:= IF([Conta Desvio] > 0 ; RANKX(ALL(Descr_Contas);[Conta Desvio]) ; BLANK())
Conta com Desvio Acc:= CALCULATE([Conta Desvio];TOPN([Conta Ranking];ALL(Descr_Contas[descr]);[Conta Desvio]))
Conta com Desvio:= SUMX(FILTER(Descr_Contas;[Conta Desvio] >0);[Conta Desvio])
% Desvio Pacote:= [Conta com Desvio Acc] / CALCULATE([Conta com Desvio];ALL(Descr_Contas[descr]))
1 ACCEPTED SOLUTION

@Anonymous

 

Probably because Conta com desvio is a number / count

 

You need to use the Top N filter on the Name that you are displaying (Propaga.. Amort. e...) and then you will filter the Name by the Conta com desvio (I think)

 

 

- Quentin

View solution in original post

3 REPLIES 3
quentin_vigne
Solution Sage
Solution Sage

Hi @Anonymous

 

Under the chart parameters, there is the filter area.

In Visual level filters, choose the Conta com Desvio and in Filter type use Top-N filter as I show it below : 

 

 

topn.PNG

 

- Quentin

Anonymous
Not applicable

Hi @quentin_vigne, thanks for helping me.

 

Strange, this option doesn't appear to me.

 

Look.

 

Pareto.PNG

@Anonymous

 

Probably because Conta com desvio is a number / count

 

You need to use the Top N filter on the Name that you are displaying (Propaga.. Amort. e...) and then you will filter the Name by the Conta com desvio (I think)

 

 

- Quentin

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.