Forum Discussion

lherbert501's avatar
lherbert501
Icon for Post Prodigy rankPost Prodigy
1 year ago
Solved

Drillthrough Unpivotted Data

Hi 

 

I need to get from my unpivotted list of field names (below) with the missing entries total thats grouped, to go into a drillthrough.

 

Just wondering if this is possible and how you would go about creating the link? I can unpivot and group the data no problem, its just finding a link to the raw drillthrough data that I'm struggling with.

 

I would want to drillthrough Field 1 and see the raw data with 555 lines

 

Unpivotted Data Example

 

 

 

Thanks

 

  • Hi lherbert501 

    To enable drillthrough from your pivoted summary into the raw data, the drillthrough table must contain the column that creates the filter context – in this case, the Field name.

    The raw table should include:

    A Field column (e.g., “Field 1”)

    An Entry ID or similar unique row identifier

    This structure allows the visual to pass the correct filter into the drillthrough page. Power BI uses the filter context from the main visual (e.g., Field = "Field 1") to display only matching rows in the detailed table.

    For example, in my case, I have a sales table with one page showing total sales per salesperson (grouped),

    and a drillthrough page with a detailed table (unaggregated, using “Don’t summarize”).

     


    When the user clicks a salesperson's revenue, Power BI filters the drillthrough page by that salesperson, thanks to the shared column.

     

    In your case, if the raw data contains a Field column and you group the summary by it, Power BI will be able to drill from the summary count (e.g., 555 for Field 1) into the 555 raw rows.

    The pbix with the example is attached
    More information about drill through is here :
    https://www.youtube.com/watch?app=desktop&v=72beG_VHufU

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

5 Replies

  • Hi lherbert501 

    To enable drillthrough from your pivoted summary into the raw data, the drillthrough table must contain the column that creates the filter context – in this case, the Field name.

    The raw table should include:

    A Field column (e.g., “Field 1”)

    An Entry ID or similar unique row identifier

    This structure allows the visual to pass the correct filter into the drillthrough page. Power BI uses the filter context from the main visual (e.g., Field = "Field 1") to display only matching rows in the detailed table.

    For example, in my case, I have a sales table with one page showing total sales per salesperson (grouped),

    and a drillthrough page with a detailed table (unaggregated, using “Don’t summarize”).

     


    When the user clicks a salesperson's revenue, Power BI filters the drillthrough page by that salesperson, thanks to the shared column.

     

    In your case, if the raw data contains a Field column and you group the summary by it, Power BI will be able to drill from the summary count (e.g., 555 for Field 1) into the 555 raw rows.

    The pbix with the example is attached
    More information about drill through is here :
    https://www.youtube.com/watch?app=desktop&v=72beG_VHufU

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly