Forum Discussion

Itquest2009's avatar
Itquest2009
Regular Visitor
2 years ago

Implementing user entered number input as PBI page filter

Hello, I have a paginated report embedded into PBI report. The PBI and paginated report data source is Azure analysis services model. There is a date field in the model added as page filter in PBI report which is then passed to paginated report as input for report parameter.

There is a requirement to add a new filter that accepts user input which would be a number ex: 10 that needs to be passed to paginated report which would then need to be used to limit the number of rows on the paginated report - ie., ability for user to say how many rows they would like to see on the report. This user input is not part of the AS model. How would I go about implementing this in PBI as a page filter? Thanks in advance!