Forum Discussion
DrillDown Method with Power BI Rest API i.e. the three drill down option on top left of visual
Here is a similar question and answer https://community.powerbi.com/t5/Developer/Drill-Down-by-code-in-PowerBI-JavaScript/td-p/376149
Regards,
Thanos
Hi Thanos,
Thanks for your kind reply, i've checked the link and found this is only available for drill down on data points.
What i was looking for to drill to next level i.e. the three drill down option on top left of visual.
Is it available in any mention method of POWER BI REST API's , if so will really appreciate you or some can enlighten me about this.
Also this makes me change context of question to help community , if someone looking for same mechanism of work.
Thanks & Regards
Harsimranjeet Singh
- Anonymous8 years agoNot applicable
Hi HarsimPWRBI,
there's no endpoint in the PowerBI REST API that you can use to drilldown.
One of my thoughts was to create a custom visual where you can specify your drilldown. Unfortunately, there's no way at the moment to set it programmatically (here an open issue).
As a conclusion, there's no an out-of-the-box programmatically way to drilldown in a report.
Hope it helps,
Regards
Thanos