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
magnifybi
Resolver I
Resolver I

Need dynamic title to not show filter selection when ALL is selected

Hey,

 

I have a dynamic dilter DAX formula that is giving me almost everything I need, however, at the moment it's showing "All" with the slicer name when all is selected.

 

What I want, is when all is selected, not only does it not display "All" but it doesn't show the slicer name that I have put in.

 

Selected Top 20 Products = "Top 20 Products - Category : "&SELECTEDVALUE(ProductCategoryCode[ProductCategory], "All")&" - SubCategory : "&SELECTEDVALUE(ProductCategoryCode[ProductSubCategory], "All")&" - Product : "&SELECTEDVALUE('Product'[ProductDescription], "All")&" - Week End Date : "&MIN(vw_DateDim[Week End Date])&" - "&MAX(vw_DateDim[Week End Date])
1 ACCEPTED SOLUTION
magnifybi
Resolver I
Resolver I

Solve it myself;

 

Selected Top 20 Products = "Top 20 Products "&IF(HASONEVALUE('ProductCategoryCode'[ProductCategory])," - Category : "&SELECTEDVALUE(ProductCategoryCode[ProductCategory], "All"),"")&IF(HASONEVALUE(ProductCategoryCode[ProductSubCategory])," - SubCategory : "&SELECTEDVALUE(ProductCategoryCode[ProductSubCategory], "All"),"")&IF(HASONEVALUE('Product'[ProductDescription])," - Product : "&SELECTEDVALUE('Product'[ProductDescription], "All"),"")&" - Week End Date : "&FORMAT(MIN(vw_DateDim[Week End Date]),"DD-MM-YYYY")&" - "&FORMAT(MAX(vw_DateDim[Week End Date]),"DD-MM-YYYY")

View solution in original post

1 REPLY 1
magnifybi
Resolver I
Resolver I

Solve it myself;

 

Selected Top 20 Products = "Top 20 Products "&IF(HASONEVALUE('ProductCategoryCode'[ProductCategory])," - Category : "&SELECTEDVALUE(ProductCategoryCode[ProductCategory], "All"),"")&IF(HASONEVALUE(ProductCategoryCode[ProductSubCategory])," - SubCategory : "&SELECTEDVALUE(ProductCategoryCode[ProductSubCategory], "All"),"")&IF(HASONEVALUE('Product'[ProductDescription])," - Product : "&SELECTEDVALUE('Product'[ProductDescription], "All"),"")&" - Week End Date : "&FORMAT(MIN(vw_DateDim[Week End Date]),"DD-MM-YYYY")&" - "&FORMAT(MAX(vw_DateDim[Week End Date]),"DD-MM-YYYY")

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.