The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
109 | |
78 | |
66 | |
52 | |
50 |
User | Count |
---|---|
121 | |
120 | |
78 | |
63 | |
62 |