Greg on 2019-03-15 20:05:38
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.
- Comments (11)
- Merged Idea (1)
Marc on 2017-12-07 16:10:24
DAX Current report name
I would like to be able to use the Current Report Name in DAX measures so I can apply different DAX code depending on the report. Therefor I will be able to create one measure but set different filters in the measure depending on the report name.