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
jefflanye
Frequent Visitor

How to display "ALL" in Power BI Report Builder parameter field when all values are selected

I have a paginated report that has multi-value parameters and it works as intended, hower I need help in displaying ALL in the paramter field when all values are selected (e.g When all regions are selected) which is the default behaviour, Is this possible in power BI report builder.

2 REPLIES 2
jefflanye
Frequent Visitor

What I have done in the interim is for each parameter data set I have appended a dammy ALL text by using UNION ALL like so 

SELECT 'ALL' AS fakeColumnName
UNION ALL
SELECT DISTINCT columnName
FROM MyTable...easy on the eyes but functionality wise does nothing as there is already a (Select All) field in there. Any suggestions are still welcome

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.