Hello,
I am working on creating a URL that will pass a query string parameter to the Power BI report. Is there any way to handle errors for this?
For example, If I have a table COURSES
COURSE_ID | COURSE_NAME |
1 | Math |
2 | English |
3 | Chemistry |
And the URL is
app.powerbi.com/groups/me/apps/app-id/reports/report-id/ReportSection?filter= COURSES/COURSE_NAME eq 'Physics'
is there any way for me to display the text "There are no courses with a course name of 'Physics'" to the user?
Thanks for your help!