Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |