Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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
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.
Can anyone please help me wih this.
Thanks,
Mohan V.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
7 | |
2 | |
2 | |
2 | |
1 |
User | Count |
---|---|
6 | |
5 | |
4 | |
3 | |
2 |