validation
3 TopicsPrompt pages, security validation schemes
Hi Does Power BI still not support separate prompt pages? Does Power BI support filtering before the user looks at the data? We have prompt pages that use filtering to make sure users only see their data in the tables. Does Power BI have this, or would we need to create separate tables for each user? Thanks.Solved1.1KViews0likes2CommentsValidate URL Filter
I'm embedding reports using a URL filter to only show the data that the user is supposed to see. An iFrame with a url source is easy to manipulate and therefore a vulnerability so i've been testing different combinations of bad filters and querystrings. I've found that if I pass a filter with a trailing whitespace character, or anything really that is not supposed to be in the filter, the filter is not applied and the report will show all the data. Eg. http://localhost/Reports/powerbi/MyReport?filter=tableone/column in ('a', 'b', 'c') &rs:Embed=true Is there any way of changing this behavior so that when a invalid filter is passed with the URL no data will show in the report? At the moment the only solution I can think of is to test the filter with regex. And since I'm using custom security end up returning a 403 (I don't now how to return something else, like in this case a 400 Bad Request)2.3KViews0likes4Comments