Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
May I have your help on a situation where drill through is needed from columns of parameter fields?
I have a fact table called "Actual overall" which has relationship with TblDate. The fact table has all the transaction from Jan 2024 to July 2025. I have initiated the following table visual in Power BI.
My goal is to drilling through on both 2025 Actual column and 2024 Actual column depends on the selection. The chart above the table is parameter fields using measures.
For your reference, the column or parameter field "2025 Actual" using CALCULATE to field the actual table for Jan - Jul 2025 actual only, same logic applied to "2024 Actual" (Jan - July 2024 actual only).
Now I am stuck on how to drill through on different columns? Can you please help me? Thanks,
Solved! Go to Solution.
Hi @annatan,
You should add a separate year column directly to the dataset, not just in the visual, to enable the drill-through option as recommended by the superuser. After that, you can use a measure.
Drillthrough in Power BI Reports: Navigate to Detailed Insights - Power BI | Microsoft Learn
Thank you.
Hi @annatan,
We haven’t heard back from you in a while regarding your issue. let us know if your issue has been resolved or if you still require support.
Thank you.
Hi @annatan,
Checking in to see if your issue has been resolved. let us know if you still need any assistance.
Thank you.
Hi @annatan,
Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further
Thank you.
Hi @annatan
Drillthrough in Power BI doesn’t work directly on parameter/measure columns, it only works on fields in the data model. To achieve your scenario:
You need a proper Year dimension field to pass as drillthrough filter. Measures/parameter columns alone can’t trigger drillthrough.
Hi @rohit1991
Thanks so much for your suggestion.
Do I make any changes on the table visual I provided above? Did you mean just keeping the same table and create a new suggested measure. Thanks
Hi @annatan,
You should add a separate year column directly to the dataset, not just in the visual, to enable the drill-through option as recommended by the superuser. After that, you can use a measure.
Drillthrough in Power BI Reports: Navigate to Detailed Insights - Power BI | Microsoft Learn
Thank you.