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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
roas_007
Regular Visitor

How to filter no selection

Hi, 

 

In a layout with a filter and a graphic or a chart, is it possible to show a blank graphic if there is nothing selected in the filter.

 

Is it possible to filter with a Visual level filter for the graphic.   

1 ACCEPTED SOLUTION

@roas_007

 

Hi, let me try:

 

Create a measure to know when you have filters applied:

 

 

Flag =
ISFILTERED ( Table1[Estado] ) || ISFILTERED ( Table1[Año] )
    || ISFILTERED ( Table1[Mes] )

 

 

This measure would be FALSE when dont have filters applied and TRUE when 1 or more filters applied.

 

Now, create a measure to show your values in your chart

 

 

ShowValor =
IF ( [Flag], SUM ( Table1[Valor] ), BLANK () )

Use this measure (ShowValor) as Value in your visual.

 

No filters selectedNo filters selectedFilter SelectedFilter Selected




Lima - Peru

View solution in original post

7 REPLIES 7
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @roas_007,

How do you filter? Filter in PowerBI is used to filter the rows in report. If  there is nothing selected in the filter. The report will display all the context in table.

Best Regards,
Angelia

BhaveshPatel
Super User
Super User

It is not clear what you would like to achieve. Can you extend the problem further.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Hi, 

 

The problem is that when my filters are with no selected option I don't want my graphics to show anything. Captura de pantalla 2016-12-09 a la(s) 12.43.49.png

@roas_007

 

Hi, let me try:

 

Create a measure to know when you have filters applied:

 

 

Flag =
ISFILTERED ( Table1[Estado] ) || ISFILTERED ( Table1[Año] )
    || ISFILTERED ( Table1[Mes] )

 

 

This measure would be FALSE when dont have filters applied and TRUE when 1 or more filters applied.

 

Now, create a measure to show your values in your chart

 

 

ShowValor =
IF ( [Flag], SUM ( Table1[Valor] ), BLANK () )

Use this measure (ShowValor) as Value in your visual.

 

No filters selectedNo filters selectedFilter SelectedFilter Selected




Lima - Peru

Hi @roas_007,

The Estado, Ano and Mes are slicers, right? If it is, we are not able to achieve what you want, slicer is used to filter rows.

Best Regards,
Angelia 

@roas_007

 

We can achieve this in List Slicer. Not in dropdown. 

 

You can make use of Edit Interactions options in the Format Tab

Hi @roas_007,

Edit Interactions options is used to set the relationship between report and slicers.

Best Regards,
Angelia

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.