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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
SuG
Regular Visitor

Top N stacked bar graph does not filter the values based on additional filter

here is an example.

 

I have 3 countries.
Each country has some regions.
Each region has temperatures for each month.

 

I want to show the stacked graph to show the TOP5 regions with highest temperatures for last 6 months

As we know topN pulls whole data, sorts to find top N and simply shows the values for those categories ( regions) over 6 month period.

 

Now,I want to apply the filter of countries. I want the TopN to look for the data from only selected countries, apply the Top5 logic only for temperatures for regions from selected countries and replot.

 

I noticed this does not work as expected above.

 

Does anyone know how to solve this?

 

-SuG

 

4 REPLIES 4
SuG
Regular Visitor

TopN_DataSample.png

Hi @SuG

 

You can create a measure below: 

 

Measure = CALCULATE(SUM('Table'[Amount]),FILTER('Table','Table'[Country]=MAX('Table'[Country])&&'Table'[State/Province]=MAX('Table'[State/Province])))
 
Then set a TopN filter for chart based on this measure: 
 
q3.PNG
 
Best Regards,
Qiuyun Yu
Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-qiuyu-msft
Community Support
Community Support

Hi @SuG

 

Would you please share some sample data then clarify corresponding result? 

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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