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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
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.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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