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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Desktop Formatting - I think

Hello Friends,

 

I have a page that displays information for an item. the item information comes from multiple tables. These tables are linked in my model. When I first come into the application, the slicer defaults to ALL. How do I 'clearn out' the fileds until a value is selected from my slicer? Below is a sreen image. All is in the Select Credit Number slicer, yet there are values for creation date, Item URL (bad data) Customer Survey Completed, etc.

New Bitmap Image.png

 

How do I clear thoese data elements (make them blank) when All is selected for the filter?

 

Cheers,

 

Peter

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Currently there's no such feature in the formatter of the card. You can submit an idea and vote for it: Ideas.

 

Best Regards,

Stephen Tao

 

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

5 REPLIES 5
calerof
Impactful Individual
Impactful Individual

Hi @Anonymous ,

How are you showing the values, with Cards? What measure are you using in the Cards?

If you use this code in the Cards then when no selection is made it defaults to blank:

Selected Product = 
SELECTEDVALUE(Table_20211202[Product Name], BLANK())

Pic0.pngPic1.png

 

Hope this helps.

Regards,

Fernando

Anonymous
Not applicable

Hello,

 

  Thank you for the quick reply. I am using field names in the tables and not using measures. I am using cards, multi-line cards and tables to display the informaiton. Is there a way to set the formatting of a visualization based on the value of my slicer? So when my slicer hass ALL in the field, the other fields are blank?

 

Sincerely,

 

Peter

calerof
Impactful Individual
Impactful Individual

@Anonymous ,

Did you read my response above?

Anonymous
Not applicable

Hello,

 

   Yes, but if I understand your solution; I would have to create a measure and use that measure in my card. I am hoping there is a solution that would not require creating a measure. Is there a way to do this in the formatter of the card?

 

Sincerely,

 

Peter

Anonymous
Not applicable

Hi @Anonymous ,

 

Currently there's no such feature in the formatter of the card. You can submit an idea and vote for it: Ideas.

 

Best Regards,

Stephen Tao

 

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

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors