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
MohanVanks
Helper II
Helper II

Add ALL to list of values in a Paginated report parameter

Hello All,

 

I have added ALL as a row value to one of my parameter in paginated report with below DAX.

EVALUATE
UNION
(
DISTINCT(SELECTCOLUMNS(Projects, "Top_ProjectManager","ALL"))
,
SUMMARIZECOLUMNS(
    Projects[Top_ProjectManager],
    KEEPFILTERS( FILTER( ALL( Projects[Top_ProjectManager] ), NOT( ISBLANK( Projects[Top_ProjectManager] ))))
)
)

 

In my master dataset now I need to make the query work as

  • By default the parameter value should be selected ALL, so  I have made Parameter default values as below.

MohanVanks_0-1689677845209.png

  • when ALL is been selected, the report should view all of the values in that column.
  • If any perticual value selected then the report should filter based on that.

The master dataset query i have written as below

    FILTER(VALUES(Projects[Top_ProjectManager]), OR(Projects[Top_ProjectManager] = @ProjectManager,  @ProjectManager = "ALL"))

 

But in dataset properties Parameters query what should i mention i am unable to understand it.

MohanVanks_1-1689678131588.png

Can anyone please help me wih this.

 

Thanks,

Mohan V.

0 REPLIES 0

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.