Power View Cross-Filtering

In Power View, if you have a bar/column/map visualization with a hierarchy (such as category, sub-category) along with other charts of any kind. 
If you double click on a column to drill from category to sub-category, no cross-filtering happens. This is confusing because the column chart is drilled into the "bikes" category for example, but all the other charts/tables are not filtered by the
same category.
This bug is present in "Microsoft Connect"
with this title : Power View Cross-Filtering
I added there also my own comment: In my opinion people "always" expect drilling down also cross-filter other visualizations.
Anyway it will be a good solution to have a "button" to activate or deactivate the cross-filter drill down on the canvas.
It  will be solved or not?

Hi Mario,
Thanks for your posting.
On the Power View Cross-Filtering issue, I would suggest you submitting a wish at
https://connect.microsoft.com/sql or voting others’ feedback. Connect site is a connection point between you and Microsoft, and ultimately the larger community. Your feedback enables Microsoft to make software
and services the best that they can be, and you can learn about and contribute to exciting projects. When more and more customers have this requirement, product group will consider to add the function in the future.
Appreciate your understanding.
Regards,
Heidi Duan
If you have any feedback on our support, please click
here.
Heidi Duan
TechNet Community Support

Similar Messages

  • Power View filters, able to save individual preferences?

    Hi,
    We currently have a PowerView report which uses the SSAS tabular datamodel as the datasource. This report contains metrics across many teams, and by default, shows the summary metrics across all teams. I've setup filters in the PowerView so managers
    can go in and filter for their specific team. Now my question is, can managers save their individual prefences while not affecting the report for others? So for example, Melinda wants to see the metrics for team A so she filters for team A and saves the file.
    The next time Melinda opens the report, it shows the metrics for team A. But Bill comes along later and opens the same report and sees the default metrics (ie. non-team A specific).
    Is this possible without saving multiple copies of the same report?
    Thanks,
    Carter

    Great suggestion! This feature is not yet available in Power View at this time. One way to mostly achieve the behavior you are looking for is to implement row level security on the model. With row level security, you can filter the data to the individual
    users before it gets to Power View.
    http://msdn.microsoft.com/en-us/library/jj127437.aspx
    Brad Syputa, Microsoft Reporting Services This posting is provided "AS IS" with no warranties.

  • Can we have more than 2 "and/or" conditions in filters in advanced mode in power view?

    Hi,
    I need to check 3 conditions in filter in advanced mode in power view. Is it possible out-of-box. Can we customize the advanced mode filters or do we have some configurable options for same.
    Thanks,
    Bhawna.

    Hi Bhawna,
    I'm the Dev Owner for the filtering experience in Power View.  Sorry it took so long for me to reply.
    In the Power View Advanced Filter cards, you cannot currently add more than two conditions.  What Rhys meant about having as many AND filter conditions as you like is that because all of the filter cards are AND-ed together, you can effectively have
    more than two filter conditions by adding multiple 'LastModifiedDate' cards.
    Unfortunately this won't help you if you're looking to OR more than two conditions.
    Adding the ability to have more than two conditions in a single Advanced Filter card is something that is near and dear to my heart, but it does open questions of nesting and grouping which would need to be addressed first in order to be able to offer a
    complete solution.
    Hope this helps,
    Jeremy

  • Different behavior for Power View between Excel and Power Bi Site

    Hello,
    this problem is driving me crazy...
    I have a PowerPivot Data Model and created a PowerView that includes three charts for the 
    Year, Quarter, Brand and a matrix that allow me to drill down the different projects. Each Project in the matrix can be clicked to view the project details.
    The strange thing is that in Excel on my Desktop and in the Power Bi App for Surace RT when i press the Project in the drill down the previous filters remains set, while if i do the same in Power Bi Sites the filters are lost. I tried with Chrome and IE
    but behavior the same. Am i missing something?
    Thank you so much

    Dear Will,
    thank you so much for your reply.
    I'm attaching come screenshots from Power bi site i remove the clases and the data, but you should have an idea of the scenario. Actually I'm not setting the Year and Quarter filter as view filters in the Power View.
    I'm just using Cross filtering and i realize that the behavior is different between Excel Desktop and Power Bi Surface RT app and the bi sites (with all browsers).
    First image with 2014 set (just clicked on 2014) the data on the Matrix have been deleted.
    After i select the drill down:
    Thank you so much for your help, I really appreciate it!
    --silvano

  • Range Filter Mode not working and throws error in Power View (SharePoint 2013)

    Hi,
    I am using two filters in my power view report.
    One for the contact type group and one for year.
    First I select multiple contact type group for the first filter and everything works fine.
    Then I try to select the year using the range filter and I get this error:
    System.ArgumentException: The name 'Year' was specified twice, at index 0 and index 1. Duplicate names are not allowed.
    Parameter name: keys[1]
       at Microsoft.Data.Common.CommandTrees.ExpressionBuilder.Internal.EnumerableValidator`3.Validate(IEnumerable`1 argument, String argumentName, Int32 expectedElementCount, Boolean allowEmpty, Func`3 map, Func`2 collect, Func`3 deriveName)
       at Microsoft.Data.Common.CommandTrees.ExpressionBuilder.Internal.EnumerableValidator`3.Validate()
       at Microsoft.Data.Common.CommandTrees.ExpressionBuilder.Internal.ArgumentValidation.ValidateGroupBy(DbGroupExpressionBinding input, IEnumerable`1 keys, IEnumerable`1 aggregates, DbExpressionList& validKeys, ReadOnlyCollection`1& validAggregates)
       at Microsoft.Reporting.QueryDesign.ExpressionTrees.ExpressionBuilder.Internal.QueryExpressionBuilder.GroupBy(QueryGroupExpressionBinding input, IEnumerable`1 groupItems, IEnumerable`1 aggregates)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.QdmExpressionBuilder.QdmGroupBy(IEnumerable`1 expressions)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.QdmExpressionBuilder.QdmFilter(IGrouping`2 predicates)
       at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
       at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
       at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.QdmExpressionBuilder.QdmFilters(IEnumerable`1 filterConditions)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.FilterQueryFactory.AddRowCount(QueryBuilder queryBuilder, Group group, EntitySet entity, IEnumerable`1 rowCountFilterContext)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.FilterQueryFactory.CreateValueWithCountQuery(QueryBuilder queryBuilder, List`1 columns, IEdmFieldInstance fieldInstance, FilterCondition availableValueFilter, FilterCondition activeValueRetentionFilter,
    GroupReference& groupRef)
       at Microsoft.Reporting.QueryDesign.QueryDefinitionModel.Internal.FilterQueryFactory.CreateValueListQuery(EntityDataModel model, IEdmFieldInstance fieldInstance, Int32 topCount, FilterCondition availableValueFilter, FilterCondition activeValueRetentionFilter,
    IEnumerable`1 exclusionPathSegments, ValueListQuerySchema& schema)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterValueQueryFactory.CreateFilterValuesQuery[TFilterMode](TFilterMode filterMode, Int32 maxRowCount, FormulaFilterCondition availableValueFilter, FormulaFilterCondition
    activeValueRetentionFilter, ValueListQuerySchema& schema)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.ListFilterMode.ListDataLoader.<LoadDataImpl>d__15.MoveNext()
       at Microsoft.Reporting.AsyncEnumerator.AsyncEnumeratorBase.MoveNextChecked()
       at Microsoft.Reporting.AsyncEnumerator.AsyncEnumeratorBase.ResumeIterator(Boolean synchronous)
       at Microsoft.Reporting.AsyncEnumerator.AsyncEnumeratorBase.BeginExecuteCore(IEnumerator`1 asyncMethod)
       at Microsoft.Reporting.AsyncEnumerator.AsyncEnumeratorImpl.BeginExecute(Func`2 asyncMethod)
       at Microsoft.Reporting.AsyncEnumerator.BeginExecute(Func`2 asyncMethod, AsyncCallback userCallback, Object userState, AsyncEnumeratorSettings settings)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterMode.DataLoader`1.BeginLoadData(AsyncCallback userCallback, Object userState)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterMode.DataLoader`1.LoadDataAsync()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FieldFilter.LoadDataAsyncCore()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterManager.OnEditCompleted()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.PageFilterManager.OnEditCompleted()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.FilterManager.OnEditCompleted(EventArgs args)
       at Microsoft.Practices.Prism.Events.EventSubscription`1.InvokeAction(Action`1 action, TPayload argument)
       at Microsoft.Practices.Prism.Events.EventSubscription`1.<>c__DisplayClass2.<GetExecutionStrategy>b__0(Object[] arguments)
       at Microsoft.Practices.Prism.Events.EventBase.InternalPublish(Object[] arguments)
       at Microsoft.Practices.Prism.Events.CompositePresentationEvent`1.Publish(TPayload payload)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionManager.EditEventAggregator.Exit()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionManager.EditEventAggregator.SelectionManager_SelectionResumed(Object sender, EventArgs e)
       at Microsoft.Reporting.Util.RaiseEvent(EventHandler eventHandler, Object sender, EventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Regions.Canvas.Internal.SelectionManager.ResumeSelectionChanges()
       at Microsoft.Reporting.AdHoc.Shell.Regions.Canvas.Internal.SelectionManager.<.ctor>b__3(Object s, EventArgs e)
       at Microsoft.Reporting.Util.RaiseEvent(EventHandler eventHandler, Object sender, EventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.DataManagement.Internal.DataManager.set_HandleRdmChanges(Boolean value)
       at Microsoft.Reporting.AdHoc.DataManagement.Internal.DataManager.UndoManager_SuspendRdmHandlingChanged(Object sender, StateChangedEventArgs`1 args)
       at Microsoft.Reporting.Util.RaiseEvent[TEventArgs](EventHandler`1 eventHandler, Object sender, TEventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoManager.<.ctor>b__0(Object sender, StateChangedEventArgs`1 args)
       at Microsoft.Reporting.Util.RaiseEvent[TEventArgs](EventHandler`1 eventHandler, Object sender, TEventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoManagerApiProperties.set_SuspendDataManagerRdmHandling(Boolean value)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoManagerHasOpenUndoGroupStateImpl.OnUndoGroupCommitting(UndoGroup undoGroup)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoManagerHasOpenUndoGroupStateImpl.HandleUndoGroupStateChanged(Object sender, EventArgs args)
       at Microsoft.Reporting.Util.RaiseEvent(EventHandler eventHandler, Object sender, EventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroup.HandleStateEnteredEvent(Object sender, EventArgs args)
       at Microsoft.Reporting.Util.RaiseEvent(EventHandler eventHandler, Object sender, EventArgs eventArgs)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroupCommittingStateImpl.EnterState()
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroup.SetState(UndoGroupStateImpl nextState)
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroupOpenStateImpl.Commit()
       at Microsoft.Reporting.AdHoc.Shell.Services.UndoManagement.Internal.UndoGroup.Commit()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionManager.CompleteTransaction(Transaction transaction, Boolean completedSuccessfully)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionManager.Transaction.Dispose()
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Internal.TransactionalObject.ExecuteInTransaction(Action action)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.ValueAndOperatorConditionFilterMode.CreateRangeFilterCore(IList`1 rangeConditions)
       at Microsoft.Reporting.AdHoc.DataStructureManagement.Filtering.Internal.NumericRangeFilterMode`1.CreateRangeFilter(FilterValueAndOperator[] rangeConditions)
       at Microsoft.Reporting.AdHoc.Shell.Regions.Canvas.Internal.RangeFilterViewModel`1.<get_UpdateRangeBoundsCommand>b__0(Nullable`1 adjType)
       at Microsoft.Practices.Prism.Commands.DelegateCommand`1.<>c__DisplayClass6.<.ctor>b__2(Object o)
       at Microsoft.Practices.Prism.Commands.DelegateCommandBase.Execute(Object parameter)
       at Microsoft.Practices.Prism.Commands.DelegateCommandBase.System.Windows.Input.ICommand.Execute(Object parameter)
       at Microsoft.Reporting.Windows.Common.Internal.RangeSlider.FireCommand()
       at Microsoft.Reporting.Windows.Common.Internal.RangeSlider.Thumb_DragCompleted(Object sender, DragCompletedEventArgs e)
       at System.Windows.Controls.Primitives.Thumb.RaiseDragCompleted(Boolean canceled)
       at System.Windows.Controls.Primitives.Thumb.OnLostMouseCapture(MouseEventArgs e)
       at System.Windows.Controls.Control.OnLostMouseCapture(Control ctrl, EventArgs e)
       at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
    If I select List Filter mode and try to achieve this it works fine no issue but when I use range filter this weird problem occurs. Can't I select multiple values using Range Filter Mode ? Isn't that's what it is intended to do ? Is it a known bug ? Any kind
    of prior experience or help would be much appreciated.
    Vivek Kamath

    This looks like it could be a bug. You could file an issue at
    http://connect.microsoft.com and include a repro. If this is blocking your business, you could also contact support services and if it is determined to be a defect in a Microsoft product, the support is free.
    Brad Syputa, Microsoft Power BI This posting is provided "AS IS" with no warranties.

  • Power view display more than 500 values in a field

    From my research, it looks like the limit of values in a Power View filter is 500.  does anyone if this is configurable to increase (which
    I am doubting based on Microsoft’s website as I’ve copied below).  If it is not configurable and we cannot display more than 500 values when filtering, then what should be done
    https://technet.microsoft.com/en-us/library/hh231514%28v=sql.110%29.aspx

    You could always do the concatenation on the client. ie: "select action1, action2 from tableX" and then create a boilerplate object with text that references both of these columns. (eg: "&<action1> &<action2>"). This should give you the concatenation you're after.
    Another alternative is to return a "long" column instead. The 4000 is probably down to the varchar datatype restriction.

  • Power View stuck in loading forever in SharePoint

    Hi, we have just configured a new SharePoint instance. We've installed and configured PowerPivot, SSRS SharePoint mode, Excel Services, Performance Point Services, and Silverlight. We uploaded a workbook to a BI site. The workbook contains both standard
    Excel sheets and Power View sheets. The standard Excel sheets can render without any problems. But the Power View sheets are stuck in loading. All I see is this loading circle:
    There's no error message, and nothing stands out in the logs. We're indeed not sure what's going on. Since there's a loading circle, we assume SSRS is working? Does anyone have ideas? Thanks.
    Shining Oh Blue Star

    The post on
    http://blog.qumsieh.ca/2013/08/19/ssas-sharepoint-2013-we-cannot-locate-a-server-to-load-the-workbook-data-model/ helped us to solve the issue. Basically, several ports on the SSAS server need to be exposed through firewall. These include:
    SSAS PowerPivot port: 2382
    Standard SSAS port: 2383 (may not be definitely necessary if you only use PowerPivot)
    And also, the trickest part: A dynamic port that seems to be different on each installation. In the blog author's case, it was 49165. In our case, it was 62578. To find the port, use Power Query (or another query tool) to load SharePoint's
    ULS log, and filter Category to see Data Model only. You'll see the port number in one of the logs which begins with "Uncaught CLR exception crossing the Interop boundary".
    I take the problem as solved. But hopefully Microsoft can give us more information on why a dynamic port needs to be opened in firewall, and why it is so difficult to track down the root cause...
    Shining Oh Blue Star

  • Power View Reports Dynamic filter

    Greetings Everyone !
    I have a requirement to create a trend chart to show trend for last six months. So on trend chart, it should reflect previous 6 months (i.e. Jul, Aug, Sep, Oct, Nov, Dec) and value against each month.
    Problem:
    I am using Power view in SharePoint (for multidimensional model) to create this report from SSAS (SQL 2012 SP1) and it doesn't support any custom MDX query to filter data.
    Please help if you have any solution for this.
    Best Regards,
    Youdhbir
    Blog : http://youdhbir.blogspot.in/

    Hi,
    According to your post, my understanding is that you wanted to add alert and subscription for the power view report in sharepoint 2013.
    You need to Additional Configuration to provision for subscriptions and alerts when you install Reporting Services SharePoint Mode for SharePoint 2013.
    The Reporting Services subscription and data alert features may require the configuration of SQL Server Agent permissions. For more information, see
    Provision Subscriptions and Alerts for SSRS Service Applications
    PerformancePoint Services is a SharePoint Server 2013 service application. It enables users to create business intelligence (BI) dashboards that provide insight into an organization's performance. You can create custom reports, filters, tabular data sources,
    and scorecard transforms to extend the native functionality of PerformancePoint Services.
    Power View in SharePoint is browser-based Silverlight application, a feature of the SQL Server 2012 Service Pack 1 (SP 1) Reporting Services Add-in for Microsoft SharePoint Server 2010 and 2013. Creating, opening, and saving Power View reports (RDLX files)
    all take place in SharePoint Server 2010 and 2013.
    More information:
    PerformancePoint Services in SharePoint 2013
    Power View (SSRS)
    Power View in SharePoint Server: Create, save, and print reports
    PowerPivot, PowerView and PerformancePoint: Which should you use?
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Datetime filter in Power View

    Hello,
    I have made a power view report from an ssas cube. Despite the fact that the attribute fulldate (see following image)
    has date type on the cube when I choose advanced on the filter it is being treated like string. I would like this to be treated as date (see following image, I apologize for being in Greek)
    What should I do?
    Thank you very much,
    Andreas

    Hi Sagar,
    Based on my test, it is not support to use custom filter in Power View report. However, powerview provides advanced filter mode to filter our field. Please refer to the following steps:
    In Excel, select the Power View tab, click Filters Area.
    In the Filters area, click Advanced filter mode.
    Then, we can according to our requirement to set the filter conditions.
    Please refer to the following screenshot:
    There is an article about Filtering in Power View, you can refer to it.
    http://office.microsoft.com/en-in/excel-help/filtering-in-power-view-HA104040684.aspx
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Power view reports in sharepoint 2013 :

    How can i add alert and subscription for the power view report in sharepoint 2013 ?. 
    and please let me know the difference beetween the performance point service and power view report.
    Please response fast.

    Hi,
    According to your post, my understanding is that you wanted to add alert and subscription for the power view report in sharepoint 2013.
    You need to Additional Configuration to provision for subscriptions and alerts when you install Reporting Services SharePoint Mode for SharePoint 2013.
    The Reporting Services subscription and data alert features may require the configuration of SQL Server Agent permissions. For more information, see
    Provision Subscriptions and Alerts for SSRS Service Applications
    PerformancePoint Services is a SharePoint Server 2013 service application. It enables users to create business intelligence (BI) dashboards that provide insight into an organization's performance. You can create custom reports, filters, tabular data sources,
    and scorecard transforms to extend the native functionality of PerformancePoint Services.
    Power View in SharePoint is browser-based Silverlight application, a feature of the SQL Server 2012 Service Pack 1 (SP 1) Reporting Services Add-in for Microsoft SharePoint Server 2010 and 2013. Creating, opening, and saving Power View reports (RDLX files)
    all take place in SharePoint Server 2010 and 2013.
    More information:
    PerformancePoint Services in SharePoint 2013
    Power View (SSRS)
    Power View in SharePoint Server: Create, save, and print reports
    PowerPivot, PowerView and PerformancePoint: Which should you use?
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Total Messages vs. Day & Hour in Power view chart

    Table-1 has:
    Date                                         Number of Msgs 
    05-01-2015 12:45:26                      2
    06-01-2015 16:48:00                      4
    07-01-2015 10:15:25                      2
    07-01-2015 11:30:21                      3
    07-01-2015 12:30:25                      5
    07-01-2015 13:15:00                      7
    07-01-2015 13:30:00                      2
    07-01-2015 13:45:00                      4
    07-01-2015 14:00:00                      3
    Now let's say the current system time is 14:05:00 on 07-01-2015 
    when I select Hour filter, the PowerView chart should display 'Number of Msgs' vs X-Axis (last one hour with 15 minutes interval).
    when I select Day filter, the PowerView chart should display 'Number of Msgs' vs X-Axis (last 24 hours with 1 hour interval).
    I am able to achieve Week filter, Month filter, Year filter. Struggling to get Day and Hour filters in place as it involves time section of a DateTime column.
    [Day filter showing everything at 12:00:00AM] Image at:https://www.dropbox.com/s/uj7r8zugal9vx2n/day%20filter.JPG?dl=0 
    [for more details: [email protected]]

    Hi Manjuath.Hireholi,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing devleoping issue involve Excel. For example that use Excel object model to automate Excel application.
    Based on my understanding the issue is reltaive to Power View or Power BI, I would like to move it to
    Power View forum.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thanks for your understanding.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Timeline in Power View

    Hello,
    I have been searching for this in a while. Is it possible to put a timeline filter in power view? I would like to put a bar like the ones provided for integer attributes in filters but for Month-Year.
    Thank you very much,
    Andreas

    Hi Andreas,
    This feature isn't available at the moment but you can suggest it using the smiley face (i.e. feedback button) which should be present in the top right hand corner of the Excel 2013 window.
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com, Twitter:
    @nimblelearn

  • Is there any plan to make Power View (charts and report) more customizable?

    Hi,
    I just was playing with Power tool chain in Excel and office 365, this a nice product well down.
    I have a question about the whole idea, is there any plan to make charts more customizable for example user will be able to show the current filter value in the chart or view title (is good while  drill downing) or some simple stuff like showing the
    pie value not in tool bar but indicators in the chart itself  or changing the type of chart while drilling down (start with a column chart then drill to a pie chart) or...
    Or more generally some programming framework to customize Power View , for example some programming framework (writing add-in for an add-in :-))?!!
    thx

    Hi,
    -Yes simply the option to add the drill filters' value on the chart title (not just in the filter panel).
    - Yes, exactly. Showing labels On Pie Charts,
    Also about changing chart's type, I meant somehow be able to change the chart while drill downing (when you go down you can preset chart type for next level) 
     - The ability of connecting views to each-other (something like linking views and sending filters or other expressions/parameters from one view to the second view
    based on users actions like drill downing)
    - Also more generally about API/framework (and quite hard to achieve maybe),  the possibility to add some dynamic functionality like changing the color, show some dialog/ change the view navigation based
    on the user interactions or add custom themes (maybe CSS) (UI
    customization ) , the ability to call other data sources and change  the report dynamically
    Generally be able to add custom codes in the javascript/Html5 result report ( some )
    Also ability to add custom controls
    in designer part (and adding its client side behavior too  ) something like Custom Report Item (CRI) in Reporting Service.
    Br,

  • Power view in SharePoint - Changing the default save location?

    Is it possible to change the default location when saving Power view back into SharePoint?
    Our users are creating their own power view reports by clicking a power view shared data source in SharePoint document library.
    When saving their reports, the default location is always the same location where the data source is. This is described here also:
    https://support.office.microsoft.com/en-us/article/Power-View-in-SharePoint-Server-Create-save-and-print-reports-f616575e-02bf-46cd-b94a-b744245ef9d1?CorrelationId=a852221e-b063-4020-a20a-53d8e8fb8b8b&ui=en-US&rs=en-US&ad=US
    Quote from the link: "The first time you save the
    report, the default location will be the folder where the model is located."
    Ok, understood. But is it possible to change this???

    Hi again
    Ouch! Not the network!
    One of the hard learned issues that folks are unaware of until they encounter problems is that Captivate does not do well when a project is stored on a network. It's fine to keep projects there in order to back them up or as a transfer pivot location to allow others to edit, but you never want to open Captivate, click File > Open and browse to a network location to open a project for editing.
    Best practice at this point is to keep projects on your local C drive when you make edits.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Remove Blank Values from Slicer in Power View

    Hi all,
    I am trying to create a power view report from a power pivot data model. After creating the model when I try to use the slicer in power view I am seeing the Blank record. Then I checked that dimension in model where I don't have any blank value in there.
    Also I checked in fact table where it has a relationship with that dimension and I don't see any blank value there as well.
    I am currently blocked with this issue. Experts please jump in and give some ideas how to remove blank value from there.
    Thanks

    As MM-99 already stated correctly, the BLANK-member is created if there is one or more non-matching row in your fact-table that does not exist in the dimension-table
    maybe you have some issues with upper and lower case?
    or maybe there are some whitespace characters contained in the text?
    to identify the issues you may want to create a calcuated column in your fact-table as =RELATED('DimTable'[MyKeyColumn])
    then you can filter on that column and see if any blank values appear
    hth,
    gerhard
    Gerhard Brueckl
    blogging @ http://blog.gbrueckl.at
    working @ http://www.pmOne.com

Maybe you are looking for

  • No Broadband after 3 engineer visits 15 phonecalls...

    I ordered BT Infinity thinking this was a good deal. I was surprised to hear that it would take 5 weeks 11/12/2012 for an engineer to install this but gave it the benefit of the doubt as it was christmas time. The engineer turned up, went outside to

  • GX70 Disable integrated graphics?

    Did some googling for ways to disable the 8650 on board graphics and some sources pointed towards BIOS, I had a look around in there and didn't see any such option. Is there a way to turn off integrated graphics, I use my laptop plugged in 99% of the

  • Return from a servlet

    Is it possible to return from servlet? I have a servlet where i catch exceptions.To display the error messages i call a function from the service method which outputs the error string to the response in a html page.After the error has been displayed

  • Change Itunes from Drive C to Drive D ?

    How can I transfer or change Itune from drive  C  (which is out of space) to Drive D ?

  • Netgear w11v2  drivers for mac os 10.2.8 - imac?

    netgear w11v2 drivers for mac os 10.2.8 - imac?