Forum Discussion

sudhav's avatar
sudhav
Helper V
4 years ago
Solved

Drill through

In a report there are 10 pages, at present i am in "region_wise_population" page (like asia, africa etc.) and i click on drill through and it take me to the "country_wise_population" page, so at the top of the "country_wise_population" page, i need to display the name "region_wise_population" (it means i came here from "region_wise_population via drill through)

3 Replies

  • rsbin's avatar
    rsbin
    Community Champion

    sudhav,

    Try

    SelectedRegion = SELECTEDVALUE(YourTable[Region])

     

    • sudhav's avatar
      sudhav
      Helper V

      thankyou for your response, it helped me to get heirarchy in the table, but here i am asking that i want to display page name (as we saved the page with some name), i want that page name to display, could you please tell me that one, thankyou in advance

      • rsbin's avatar
        rsbin
        Community Champion

        sudhav,

        If it is just the page name you want, Insert a Textbox and type in the page name.

        Format it as you want, and you can copy to all your other pages and simply edit the page name.

        I am not aware of any DAX function that references page names.

        Regards,