March 2018
Beginner to intermediate
638 pages
16h 29m
English
Two of the most important components of the drillthrough report page include the Custom Product Name and back button image at the top of the report page. The Product Name message at the top of the page uses the following DAX Measure expression:
Selected Product Name = VAR ProdName = SELECTEDVALUE('Product'[Product Name], "Multiple Product Names")RETURN "Product Name: " & ProdName
The SELECTEDVALUE() function returns either the single value currently selected for a given column or an alternative expression if multiple values have been selected. For drillthrough report pages, it's a given that the drill column will only have a single value as each drillthrough column is limited to a single value. To provide ...
Read now
Unlock full access