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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Chitemerere
Responsive Resident
Responsive Resident

Using "All" in Paginated Report parameter

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

3 REPLIES 3
v-jianboli-msft
Community Support
Community Support

Hi @Chitemerere

 

Here are several Microsoft documentations about paginated rep

Paginated report parameters - Microsoft Report Builder & Power BI Report Builder | Microsoft Learn 

Add, change, or delete a paginated report parameter - Microsoft Report Builder & Power BI Report Bui...

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

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.