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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
psychobunny83
Helper I
Helper I

Report with a chart and a table where the table displays values from the chart performance question

Hi everyone, I have a dashboard page that has 2 visualizations on it.  The top is a bar chart which shows total sales by month for the year, and below that is a table.  The table is there so that a user can click on one of the bar chart bars, and then display the values in the table below.

 

This all works fine, but the problem is that each of the bars on the chart probably contain about 15 records on the table, but with no filters, the table has probably 6000 records.  So when you first load the report page, the top chart comes up instantly, but then the table takes a good 5-10 seconds to load while it loads all 6000 rows into it.  You can then click a bar on the chart and the table filters down.

 

Is there a way to pre-filter down that table?  If I try applying a filter to it, such as only showing records created this year, it loads faster, but when you then click the bar on the chart, it only filters the table down to records in the current year and excludes ones.

 

Is there a way to either have the table load blank, or ideally load with a specific filter I choose, but then have clicking the bars on the chart above it still filter it down properly?  I hope that makes sense, thanks for the help as usual!

3 REPLIES 3
Icey
Community Support
Community Support

Hi @psychobunny83 ,

 

Did the advice provided by @Greg_Deckler solve the issue you encountered?

 

If it did, please accept his reply as solution to your question so that people who may have the same question can get the solution directly.

 

 

Best Regards,

Icey

amitchandak
Super User
Super User

@psychobunny83 , Not clear. You can use TOP N filter sat visual level

https://www.oreilly.com/library/view/mastering-microsoft-power/9781788297233/378a5195-3e98-4cc1-bcd3...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Greg_Deckler
Community Champion
Community Champion

@psychobunny83 - One thing I have done with this but it will depend on your circumstance. I have created a measure that checks if a column is selected such as using ISFILTERED, HASONEVALUE, etc. Lots of different ways to do it. If ALL records are in scope, return 0 or BLANK, otherwise return 1. Depending on your situation you might be able to use this to get a blank table to load. For example, you could use this measure as a filter in your table. It would only return 0 if ALL items were in scope.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.