Limits the PerformancePoint Analytic Chart drill down dimensions

Actually my requirement is, how to limits the Performance Point Analytic Chart drill down dimensions.
I am using SQL Server 2008 R2. Is it possible to achieve it in SQL Server 2008 R2 without 
Perspective?
I should not change my system from SQL Server 2008 R2 to SQL Server 2012 for
Perspective.
Is there any other way to achieve it.
Thanks in advance.
Thanks & Regards
Poomani Sankaran

Hi Poomani,
In your scenario, you create a Performance Point Analytic Chart, now the requirement is that limit the Performance Point Analytic Chart drill down dimensions, right?
As you know, to limit the drill down dimensions, we can created a perspective in the cube that limited the visible dimensions to those couple of dimensions. In your scenario, you said that you need change my system from SQL Server 2008 R2 to SQL Server 2012
for Perspective, right? We can create a Perspective on SQL Server 2008 R2 version. The links below might help.
http://technet.microsoft.com/en-us/library/ms345316(v=sql.105).aspx
http://www.jamesserra.com/archive/2011/06/performancepoint-wish-list-change-a-datasource/
If I have anything misunderstand, please point it out.
Regards,
Charlie Liao
TechNet Community Support

Similar Messages

  • SharePoint Performancepoint Analytic chart drill down

    Hi,
    Anybody can tell me?
    In SharePoint performance point analytic chart drill down.
    The drill down showing all the dimensions from the datasource but instead of that. I would like to show only the required dimensions only. How to configure it?
    Is it possible?
    Thanks & Regards
    Poomani Sankaran

    Hi Poomani,
    According to your description, my understanding is that you want the drill down to show only the required dimensions.
    Here is an article about this issue, please check if it is useful:
    http://denglishbi.wordpress.com/2012/03/28/using-perspectives-with-performancepoint-services/
    In addition, as this issue is related to SSAS, I suggest you create a new thread on SQL forum, more experts will assist you with this issue.
    SQL forum:
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • SharePoint PPS Analytic Chart Drill Down Dimension showing all values instead of corresponding value.

    Hi,
    I have Performance Point Analytic Chart.
    I am doing drill down the bar with one of dimension. System showing all the dimension values instead of correspond values.
    Unwanted dimensions are showing like blank in the chart.
    How to over come this.
    Thanks & Regards
    Poomani Sankaran

    Hi Poomani,
    According to your description, my understanding is that you want the drill down to show only the required dimensions.
    Here is an article about this issue, please check if it is useful:
    http://denglishbi.wordpress.com/2012/03/28/using-perspectives-with-performancepoint-services/
    In addition, as this issue is related to SSAS, I suggest you create a new thread on SQL forum, more experts will assist you with this issue.
    SQL forum:
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • SharePoint PPS Hide null or blank value in performancePoint chart drill down.

    Hi,
    I am using SharePoint Performance Point Service. Hide null or blank value in Performance Point chart drill down.
    Thanks & Regards
    Poomani Sankaran

    Hi Hyaron,
    I am unable to reproduce the issue in my test environment. How did you add the drilldown feature? Were you doing that by setting visibility of the column or of the group? Please ensure to add the drilldown functionality by set the visibility of the workgroup
    from the Grouping Pane in the Report Designer.
    How did you add the Interactive Sorting on the headers of the two columns? Based on the drilldown functionality, the Interactive Sorting on the second column doesn’t work. So, you can move the Interactive Sorting on the second column. When configuring the
    Interactive sorting on the first column, you should set the parent group to sort, and sort by the field that the parent group groups by.
    Hope this helps.
    Regards,
    Mike Yin
    TechNet Community Support

  • Bubble Chart drill down issues

    I have a filter and a bubble chat with 7 series. The chart is showing up bubbles with different size and colors as per the settings when I chnage the filter
    The problem is with drill down
    I want to drill down to a Bar chart when I click on bubbles. Each bubble click will drill down data into that bar charchart as a pop up. I know how to do it as I have done it in the past with other components.
    But when I use drill down with bubble chart, I have to assign separate destination area for each series which makes it difficult to drill down into a chart. What i want is the bubbles to drill down data into a single row so that I can map the Y-axis of chart component to that row and X axis as fixed labels. But I am not able to do that. Moreover once inserted there is no way to clear the destination cells.
    However if I use data in range options in bubble chart then I can use drill down as I get only one series in that case. But that method also has limitations.
    1. I am not able to display series name on the bubbles. It doesn't make any sense to show bubbles without any labels.
    2. All bubbles are of same color.
    Is it possible to overcome above two limitations when using data in range option?
    Thanks

    Hi Tarun,
    as a workaround you could define a special area as mapping area for the X-Y-chart.
    This area is filled via excel formulas from the bubble chart drill down destinations. You can concatenate the values from the drill down target areas, like "=A4&A5" etc. Make sure to clear all cells except the actual drill down target cells.
    Hope this helps,
    best regards
    Heiko

  • How to change bottom axis SharePoint PerformancePoint analytic chart dynamic

    Hi,
    I have created SharePoint PerformancePoint analytic chart. By default I am showing the chart for last 4 weeks data. But data source would contains last 8 weeks data.
    My end users wants to select the week as per their required.
    Is it possible to change the bottom axis?
    Could anybody tell?
    Thanks & Regards
    Poomani Sankaran

    Hi Poomani,
    According to your description, my understanding is that you want to show the SharePoint PerformancePoint analytic chart for last 4 weeks data.
    For your issue, you need to consider use MDX expression.
    The following MDX expression displays the last 4 fiscal years from current fiscal year. When the fiscal year changes so does the filter data. Note that for this MDX expression to work, the date dimension must have
    current attributes defined.
    (EXISTS([Date].[Fiscal Year].Children,[Date].[Current Fiscal Year].&[Y]).Item(0).LAG(-4)
    : EXISTS([Date].[Fiscal Year].Children,[Date].[Current Fiscal Year].&[Y]).Item(0))
    Reference:
    https://bennyaustin.wordpress.com/2013/01/15/sharepoint-mdx-expressions-for-performancepoint-filters/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Xcelsius Bubble Chart - Drill Down Issues

    Hi ,
    Product : Xcelsius SP 3
    I have a bubble chat with 7 series. The chart is showing up bubbles with different size and colors as per the settings.
    The problem is with drill down
    I want to drill down to a X-Y chart when I click on bubbles. Each bubble click will drill down data into that X-Y chart as a pop up. I know how to do it as I have done it in the past with other components.
    But when I use drill down with bubble chart, I have to assign separate destination area for each series which makes it difficult to drill down into a chart. What i want is the bubbles to drill down data into a single row so that I can map the Y-axis of chart component to that row and X axis as fixed labels. But I am not able to do that. Moreover once inserted there is no way to clear the destination cells.
    However if I use data in range options in bubble chart then I can use drill down as I get only one series in that case. But that method also has limitations.
    1. I am not able to display series name on the bubbles. It doesn't make any sense to show bubbles without any labels.
    2. All bubbles are of same color.
    Is it possible to overcome above two limitations when using data in range option?
    Please help if someone has encountered this issue. There has to be some solution for this.
    Thanks,
    Tarun

    Hi Tarun,
    as a workaround you could define a special area as mapping area for the X-Y-chart.
    This area is filled via excel formulas from the bubble chart drill down destinations. You can concatenate the values from the drill down target areas, like "=A4&A5" etc. Make sure to clear all cells except the actual drill down target cells.
    Hope this helps,
    best regards
    Heiko

  • SVG Pie Chart drill down report

    I have created a svg pie chart report within a chart region. the chart contains url drill down.
    The urls work fine but it opens the result from the url in the same chart region on the same page.
    How can I get it to open on either a new page altogether or on another region on the same page.
    Regards
    iculhane

    How do you get the url drill down to work? Can you explain to me? I have a 3d pie chart, what I want is when I click one of the pieces, it will drill down to a report.
    Thanks,
    Helen

  • Bubble chart drill down

    HI All,
    We have 4 levels like(Continent,Country,State,Dist). Our business Req is like drill down from entity at  one level to another entity at the following level.Each Entity has one to many relation ships with entities in the subsequent levels.
    For Ex: One Continent will be linked to many Countries etc..
    We are trying to find a solution where a click on particular continent will point to a dataset / Range of values.....
    Could any one tell us how to define a range of values....
    Thanks In Advance
    Nithila

    Hi Nithila Siva  ,
    This is quite same as all other chart drill down.
    Here is the explanations:
    You have 4 levels drill downs :Continent,Country,State,Dist that means you can have 4 bubble charts in the canvas.In the First chart display all the continents(ex: Asia,Africa etc..) select asia from the first chart it should display all the contries in the ASIA (india ,pakistan etc..) in the second chart and follow the same for rest 2 charts.
    How can we do this:
    From your raw data you need to filter the data and point it to different charts. you can do this by writing formulas in the excels ex : point the data of all the continents in the first chart and in the properties tab-> enable drill down->select row-> in the source give all the continents and point the destination to one particular cell,so if you select a continent that value will come and sit in the destination cell and then you have to write formulas comparing the destination cell.
    Hope this helps.
    let me know if you need any explanation on this.
    Cheers,
    Sudharam

  • Chart drill-down support

    Hi, guys
    Is chart drill-down supported for the web app  in CR 2008/CR XI  and how is it activated ?
    regards, TST

    Hi
    I'm  using CR XI R2 for the web site
    The drill-down feature works fine in the preview mode in CR 2008 but not in the CR viewer. at the web site.
    I sort out the way to activate the zoom feature by set autodatabind  property to false.
    But I´m not able to activate the drill-down feature for the chart at the web site
    regards, TST

  • Issues with multilevel pie chart drill down with push button

    I am new to Xcelsius. I am trying to build a multilevel pie chart drill down (one pie chart drilling down to another etc) and I am able to achieve that. Now I want to add a Back Button using Push Button so that I can go up.  When I preview, the Push Button goes into two state and I have to double click to go back.  Can anyone tell me what I am doing wrong. I am using the latest Xcelsius. [The source code is here|http://www.woofiles.com/dl-195360-3lTyVM8Z-piechartdrilldownwithpushbutton.xlf]
    Thankyou.

    Hi Murali
    This is exactly the same what i tried to do,
    Drill down to 4 levels State -> City-> store etc with 4 pie charts and similar push button to close each level to
    go back to previous chart, first run from 1 to 4 works fine, then after closing all the levels and when i am at the pie chart 1
    if i click any pie slice it will jump to Pie chart 4 straight,
    I tried tracking the issue, all i could find is some how the previous dynamic visibility values are back even after erasing
    the data with the PUSH button (Destination cell insertion with blank or 0).
    did you find a solution for this issue ?
    Thanks
    Chandra

  • Linked Charts (Drill-Down)

    What is the process for creating drill down charts in APEX? For instance, chart one will show the names of all servers and the count of mount points. Clicking on a server name would take you to a chart that listed mount points and disk space.
    SELECT server, count(mounts)
    FROM table
    SELECT mount, sum(diskspace)
    FROM table
    WHERE server = 'selection from chart 1'
    I've seen the format SELECT null AS link, col2 AS label, col3 AS value but am not sure what needs to go in the label portion. Any help would be appreciated!

    Blake,
    The link is used for the drill down and the label as the word to display. For example, the average salary by department would show the department name via the label. Here's an example query that I've not really tested...
    SELECT 'f?p=' || :APP_ID || ':10:' || :APP_SESSION || '::::ITEM_NAME:' || dept.deptno AS link,
       dname AS label,
       AVG(sal) AS value
    FROM dept
    JOIN emp
       ON dept.deptno = emp.deptno
    GROUP BY dnameRegards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • How to Avoid Printing the data twice when the sub report has drill down?

    Hello,
    I have a sub report that has drill down which is placed in report footer.When i run the report sub report displays the data but when i tried to drill down it displays the same data again.After that i can able to drill down on sub report.Is there any way to avoid
    printing the same data twice.
    Thanks in advance.

    Hi,
    If the subreport you're referring to does not grow in size and it does not span multiple pages and you know the size of it, here's what you can do to stop drilling into subreports :
    1) Create a text object as large as the subreport (perhaps bigger than it) and fill it with spaces or new lines
    2) Place it 'over' the subreport such that it covers the entire area occupied by the subreport
    3) The subreport at all times should be smaller than the text object in all dimensions
    Now, when you hover the mouse over the subreport, there isn't any magnifying glass for you to drill down into.
    If the subreport has further drill-down functionality, then this isn't for you! Because, it just wouldn't allow you click on any objects in the subreport because of the text object eclipsing it. This is the only workaround I know at this point in time and I know a lot of users are looking for this.
    I would suggest that you log this as an Enhancement Request at http://ideas.sap.com for our developers to have a look into this.
    And finally, I also found an old forum post where Jamie has suggested a way to get this working on the Business Objects Environment. Give it a shot, if that's where the reports are eventually run.
    How to disable subreport view
    Hope this helps!
    -Abhilash

  • PerformancePoint Chart Drill Down Menu Display Issue with Chrome v40

    We have performancepoint dashboards which used to display perfectly in Chrome. The last update of Chrome (v40) has introduced the following issue:
    Whenever the user right clicks on the chart the drill down menu displays erroneously on top-left section of the page. The drill down menu should appear exactly where the user right clicks but it does not.
    Any other person faced this issue and can recommend any fix for that? We are stuck as most clients have now updated Chrome browser and tweaking Microsoft implementation will not be a good fix for long term.
    P.S. there is no such problem with FireFox (35) & IE (9+) and Chrome (v33)

    Hi guys,
    I kind of lost track on this post. I checked that for most of the components, as soon as we use some or the other methods to overwrite with blanks, the components reset wonderfully, except when using 'Drill'.
    Drill feature of a chart required me to execute the query again to reset it.
    To prevent this, have changed the requirement to provide transparent push buttons on X axis for drilling down to the next level.
    Thanks for the inputs.
    Regards,
    Velly

  • Passing the filter values to drill down chart

    Hi all,
    I want to drill down on a chart on the basis of fitlter values. i.e User wants to click on the section of first chart and want to pass on the filter values of first chart to the second chart...How should I achieve this in Xcelcius???

    You can do this using the Drill Down tab in the properties of the chart.
    Click on Chart goto Properties --> Drill Down --> (Check Box) Enable Drill down
    -Anil

Maybe you are looking for

  • Global Parameter

    Hi All, I need to set a global parameter which can be used in all my mappings. How can this be done in OWB ? Is there any way of doing this without the use of a external flat file or temporary table to store the parameter? I sometimes wonder what is

  • Bridge CS5 Windows not showing folders with "Move to" command?

    Hi, folks. I have a bunch of files on an external, USB-attached drive.  When I right-click on an image in Bridge and select the "Move to" command, Bridge only gives me the option of selecting a folder that's on my Desktop (specifically, only my usern

  • How can I disable copy text?

    While scrolling up and down a site using Firefox for Android, the copy and paste text mode often starts without me wanting it. Typically I then cannot get rid of the copy and paste arrows. Clicking on another part of the screen simply moves the arrow

  • I'm now a cc subscriber, can I sell my master collection?

    Over the years I have bought a lot of adobe software.  I had 3 creative suite's at one point for 2 employees.  I have all the original software that various upgrades and what not were based on, and when I sigend up for creative cloud I did so with qa

  • Messages do not update on mac pro

    I'm running a 3,1 dual 3.2 G, 16GB MacPro with Mavericks 9.5. My Macbook Pro's running Mountain Lion. I'm having trouble with Messages 8.0 on the MacPro. I ran Disk Warrior today, and I restarted to find all of my messages gone. Checked the Messages