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.
I am trying to filter a paginated report based on 'Year' and I am appending "All' to a Dataset for use in generating a Parameter. I am using the following DAX to generate the Dataset for the Parameter:
EVALUATE
UNION (
SELECTCOLUMNS (
VALUES ( 'NewAppCalendar'[Year] ),
"Year", [Year],
"Year Value", [Year]
),
ROW ( "Year", "ALL", "Year Value", -1 )
)
ORDER BY [Year Value]
I then use the above Dataset to generate a parameter which works well giving me a year parameter with all years in my calender and appended "All". My question is how do i use or alter my Tablix query to make use of the new parameter to filter my report.
Thanking you in Advance.
Chris
Hi @Chitemerere
Here are several Microsoft documentations about paginated rep
Paginated report parameters - Microsoft Report Builder & Power BI Report Builder | Microsoft Learn
Hope they could help you!
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you very much for your response and pointer. I will have a look at it.
Hi. Did you find a solution? As I have a similar requirement and came here looking for a possible solution
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 |
---|---|
60 | |
58 | |
54 | |
36 | |
33 |
User | Count |
---|---|
79 | |
66 | |
45 | |
45 | |
43 |