jkeagle13
asked on
Set SharePoint PerformancePoint Default Filter for Top 10
Hello,
I am wanting to figure out how to set a PerformancePoint report based on an SSAS cube to automatically filter the Top 10 for any data shown.
I am able to set the Top 10 for the first view based on adjusting the query for TOPCOUNT for the first data variables. However, as soon as I start to drill-down within the report, it no longer keeps that and reverts to showing all data.
Is there anyway to persist the TOPCOUNT, such that whatever data is on the screen will be sorted by the Top 10? The data is so massive that it is unwieldy to drill down and see too many records. For what we are trying to do, the only relevant data will be those Top 10.
Thanks,
Joseph Irvine
I am wanting to figure out how to set a PerformancePoint report based on an SSAS cube to automatically filter the Top 10 for any data shown.
I am able to set the Top 10 for the first view based on adjusting the query for TOPCOUNT for the first data variables. However, as soon as I start to drill-down within the report, it no longer keeps that and reverts to showing all data.
Is there anyway to persist the TOPCOUNT, such that whatever data is on the screen will be sorted by the Top 10? The data is so massive that it is unwieldy to drill down and see too many records. For what we are trying to do, the only relevant data will be those Top 10.
Thanks,
Joseph Irvine
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I am using SQL Server 2012.
I don't think this has anything to do with SQL configuration. I think this is merely needing to figure out the conventions that PerformancePoint uses.
I would think this is a PerformancePoint setting to always filter "Top 10," not something at the underlying SSAS level. I may be wrong.
Thanks,
Joseph Irvine