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

Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now

Reply
RSSILVA_22
Helper I
Helper I

Dynamic Top N chart with conditional formatting in a Top N table

Hello.

I have a test file in pbix and I'm trying to do the same with it as I see in this model:

https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/2021-W37/td-p/3760779

 

Can anyone do the same and repost the file so that I can analyze and learn how it was done?

Thank you.

 

Community_challenge.pbix 

1 ACCEPTED SOLUTION
v-yilong-msft
Community Support
Community Support

Hi @RSSILVA_22 ,

First of all, I found that I can not open your .pbix file. Can you change the way to upload the file? Such as sharepoint and so on.

I create a simple example below. Firstly I create a table.

vyilongmsft_0-1712806389616.png

Then I create two measures.

 

Measure =
VAR _Slicer =
    MINX ( ALLSELECTED ( 'Table 2' ), 'Table 2'[Number] )
RETURN
    IF (
        MAX ( 'Table'[Number] ) >= _Slicer,
        UNICHAR ( 128308 ),
        UNICHAR ( 128309 )
    )
Measure 2 =
VAR _Slicer =
    MINX ( ALLSELECTED ( 'Table 2' ), 'Table 2'[Number] )
RETURN
    SUMX ( FILTER ( 'Table', 'Table'[Number] < _Slicer ), 'Table'[Sales] )

 

vyilongmsft_1-1712806664659.png

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yilong-msft
Community Support
Community Support

Hi @RSSILVA_22 ,

First of all, I found that I can not open your .pbix file. Can you change the way to upload the file? Such as sharepoint and so on.

I create a simple example below. Firstly I create a table.

vyilongmsft_0-1712806389616.png

Then I create two measures.

 

Measure =
VAR _Slicer =
    MINX ( ALLSELECTED ( 'Table 2' ), 'Table 2'[Number] )
RETURN
    IF (
        MAX ( 'Table'[Number] ) >= _Slicer,
        UNICHAR ( 128308 ),
        UNICHAR ( 128309 )
    )
Measure 2 =
VAR _Slicer =
    MINX ( ALLSELECTED ( 'Table 2' ), 'Table 2'[Number] )
RETURN
    SUMX ( FILTER ( 'Table', 'Table'[Number] < _Slicer ), 'Table'[Sales] )

 

vyilongmsft_1-1712806664659.png

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

tanks

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.

October NL Carousel

Fabric Community Update - October 2024

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