Forum Discussion
hide drillthrough from filter pane for embedded reports
Hi faerewatson ,
Modify config object and set filterPaneEnabled to false like this:
var config= {
type: 'report',
tokenType: tokenType == '0' ? models.TokenType.Aad : models.TokenType.Embed,
accessToken: txtAccessToken,
embedUrl: txtEmbedUrl,
id: txtEmbedReportId,
permissions: permissions,
settings: {
filterPaneEnabled: false,
navContentPaneEnabled: true
}
};
Regards,
Jimmy Tao
thanks v-yuta-msft - but that doesn't solve my problem - we love the filter pane (saves so much space on the canvas to have the filters on the side!) and we would have to revamp all of our reports to accomodate the removal of the filter pane. We just need the DRILLTHROUGH fields/section to be disabled. Is that possible?
- v-yuta-msft8 years agoCommunity Support
Hi faerewatson,
I'm afraid currently there's no configure options on that, you can submit your idea here:
Regards,
Jimmy Tao
- faerewatson8 years agoAdvocate I
Thanks v-yuta-msft - I have already done so here:
And also submitted a support ticket (and a promising response of "we already escalated this issue to the product team" - please upvote my idea and hopefully between all three channels a fix will be prioritized!