DAX functions that return Report Name and Page Name
Please create two new DAX functions, like GetReportName() and GetPageName(). In embedded environment, we're letting customers make copies of reports (they supply the report name), and we let them edit pages (name and content). Instead of hard-coding the report name or page name, it would be ideal to use these functions so that the values automatically change as report/page names change. Thanks.
