PowerView report not visible in Excel web App

Created a report using PowerView in Excel 2013 but it is not visible when i am viewing in Excel Web App?
Is there any settings we need to enable?
Kindly suggest.

Good question. This is something that's really hard to find an answer to in the docs. But as far as I can tell, you need SQL 2012 sp1 Enterprise or BI edition. Also, SSRS will have to be installed and configured in SharePoint integrated mode. Also, Excel
services will need to be configured to be used, not Excel Web apps.
For me, part of the confusion comes from the fact that there are actually several versions of Power View, and the docs are not always clear which version they're referring to, so my answer might be wrong.
Supporting links:
Excel 2012 sp1:
http://msdn.microsoft.com/en-us/library/gg492257.aspx
Enterprise or BI, SSRS in Integrated mode:  http://technet.microsoft.com/library/cc645993(SQL.110).aspx
Excel services, not Excel Web apps:
http://office.microsoft.com/en-us/excel-help/power-view-in-excel-on-office-365-or-in-sharepoint-server-HA103276078.aspx?CTT=5&origin=HA102835634
Mike G.

Similar Messages

  • Excel Web App not showing ribbon

    Excel Web App ribbon is missing in the browser.  Using IE8.   It shows the document in the browser but there is just white space where the ribbon should be.  Ever seen that?

    Hi Matt, check out the following link for troubleshooting. Also, make sure you're using the 32-bit version of IE.  
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/7eed076c-a43e-48a1-af02-511be97a359b/custom-ribbon-not-showing-up-in-excel-2010?forum=vsto
    cameron rautmann

  • Interactive PowerView report (Incl Map) load to Web site

    Hi,
    What is the best, easiest & quickest way to load an existing Interactive PowerView report & map to an existing Web site (not Shharepoint)? Interactivity is required after loading.
    Regards,
    Allan

    Hi Allan,
    If you want to display a Power View report in a normal PHP or ASP .NET Website, the only way I can think of is that to open the power View Excel document from SharePoint (it should render as a web app) and copy the URL and then use it in your website.
    But I don't think you can interact with this 'report'. the SharePoint should be the best option for you to Presenting Power View Reports to Users, since it totally support the Power View report feature.
    Best Regards,
    Wind Zhang

  • Odata Connection Refresh Error while using excel web app - Project Online 2013

    Hello All,
    I am trying to work with odata reporting on project online 2013. I am not using MS Excel client, I open any of the available default report in excel online. when i try to refresh data connection from data tab. it's giving me an error
    as show below 
    screen..
    I have already enabled "PWA for excel web app refresh" feature.  
    Following the blog instructions and microsoft support, i have tried to grant permission to
    AppId=  00000009-0000-0000-c000-000000000000
    And In the Permission Request XML field, copy and paste the following XML: 
    <AppPermissionRequests>
        <AppPermissionRequest Scope = "http://sharepoint/projectserver/reporting"
    Right="Read">
        </AppPermissionRequest>
        <AppPermissionRequest Scope = "http://sharepoint/content/tenant"
    Right="FullControl">
        </AppPermissionRequest>
    </AppPermissionRequests>
    Now, According to the microsoft, it should show Microsoft.Azure.Azureservices as Title but as per below screen shot it shows Power BI Reporting and Analytics..
    title.<o:p></o:p>
    However, i click on ok button and check that the permission has been granted. i can see Microsoft Power BI reporting and analytics in the app permissions.
    I again go to my BI reporting, open my report in excel online and refresh the data connection and nothing changed. It's giving me the same error.
    I hope that i am able to narrate my problem. Please tell me, What i am missing here...
    sandeep

    Ok, why did manually add / update the permission XML? Do you get this error for new Excel based reports? Test creating a new one, example here:
    http://pwmather.wordpress.com/2013/08/01/projectserver-projectonline-highlight-report-example-ps2013-sp2013-excel-bi-office/
    http://pwmather.wordpress.com/2013/09/16/projectserver-projectonline-example-report-ps2013-sp2013-office365-bi-excel-powerpivot/
    http://pwmather.wordpress.com/2014/07/17/getting-started-with-projectonline-part-9-ps2013-office365-project-ppm-sharepointonline-pm-sp2013/
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Excel web app Review tab with SharePoint 2013

    Is there a way to get the review tab to show up in Excel web app with SharePoint 2013 on-prem?  Users want to be able to use the "add comments" feature while in the excel web app.

    Hi,
    That functionality isn't available in Excel Web App on-premise. I just applied the Oct 2014 CU to WAC and do not have it, so the feature just hasn't made it down yet.
    You can use the "add comments" tab in excel client. 
    Here is a similar post, you can take a look at:
    https://social.technet.microsoft.com/Forums/office/en-US/b0f3ab85-8f46-484b-8fdb-407f57846b61/office-wep-app-review-tab-is-not-disponible?forum=sharepointgeneral
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Office Web Apps Server , Excel Web Apps , Error , Event ID 5226

    There is an environment of install Office Web Apps 2013 for SharePoint 2013 – with PDF Preview.
    Having been able to use it without any problems.
    One day, a preview of the Excel does not work properly.
    Error or do not know the contents of the following, a solution to solve this issue anyone?
    ERROR,
    2014/XX/XX XX:55:30,
    Excel Web App,5226,
    Unable to create or access workbook cache at
    C:\ProgramData\Microsoft\OfficeWebApps\Working\waccache\XXXX\Images.
    Excel Services Application is unable to function without a workbook cache.

    If you have not followed instructions according to the following article. You need to reconfigure office web apps for sharepoint
    http://technet.microsoft.com/en-us/library/jj966220(v=office.15).aspx 
    "Applying Office Web Apps Server updates by using the automatic updates process isn’t supported with Office Web Apps Server. This is because updates to an Office Web Apps Server must be applied in a specific way, as described in this article"

  • Programmatically Embed Arbitrary SkyDrive Workbook with Excel Web App

    My use case is that I would like to have a web app which allows users to load an Excel file, whose format I do not control, and have the user select a range of cells from that file to send to a web service.  I would like to embed an Excel Web App in
    my web app for this purpose but in order to do this I need to programmatically embed an arbitrary workbook from SkyDrive that I don't know ahead of time.  This means that I can't just use the manual Javascript Embed menu option in SkyDrive which provides
    the fileToken.  Can I pull an Excel Web App fileToken from SkyDrive programmatically?  Is this the right way to approach the problem?
    Thanks,
    Jason

    To the best of my knowledge, there is no straight-forward way to accomplish what you are looking for. You will need to transfer the file into your farm before Excel Services can load/render it.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Loading PowerBI workbooks in Excel Web App / SP Online issues

    I have a number of PowerBI reports hosted on Office365 through SPOnline.  These workbooks are viewed using Excel Online.  I am travelling through the Netherlands at the moment and none of the larger workbooks (¬20mb) and above will
    open, though they worked fine in my home server location (Asia).  The smaller workbooks still open fine.  I get a "connecting taking too long" error from the Excel Web app.  I hope that this issue gets resolved as I would
    expect these BI solutions to be available to global users no matter where they're hosted from.

    Ryan, is this still an issue?
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Excel web app - simultaenous use & filtering

    I've been led to understand that the only way to have true multi-user simultaneous editing of an Excel spreadsheet is to for all users to use the Excel web app to access the spreadsheet.
    Whilst this is not a problem, I have found that if one person filters the spreadsheet, it then appears filtered to all users. Is there any way to stop this? I don't understand why this should be the case, since filtering is purely a view option and does
    not alter the data (unlike e.g. sorting).

    Hi Luis,
    As I understand, you encounter the issue that multiple uses can edit the document via Excel Online at the same time. I can reproduce this issue on my side per your description.
    It is an new improvement on Office Web App called “real-time co-authoring”, which helps us see where the co-authors are working in the document so that we don’t create conflicts as we edit.
    You can find more information in the article below:
    http://blogs.office.com/2013/11/06/collaboration-just-got-easier-real-time-co-authoring-now-available-in-office-web-apps/
    As a workaround, if you don’t want the other users to filter the spreadsheet at the same time, I recommend that you can enable the “Require Check Out” function in the “Version Settings” of the Library Settings.
    Then, once a user checked out the document, others can’t edit it at the same time.
    Best Regards,
    Yumi Fu

  • Excel Web App over RDS/XenApp

    Within Office 2010 x64 applications in a RDS environment the Excel Help doesn't display the 'Microsoft Excel Web App' content.
    To replicate the issue I do the following:
    1. Within Excel 2010, press F1
    2. Top left, search for 'IF Function'
    3. Select 7th search result down - 'IF function 
    ArticleSyntax: IF(logical_test, [value_if_true], [value_if_false])'
    4. Scroll down to Examples
    The text displays but where the 'Excel Web App' content is meant to be, its blank.
    We browsed to the same site directly into IE (http://office.microsoft.com/en-nz/excel-help/if-function-HP010342586.aspx) and
    the same result happened, blank content.
    This works in our RDS environment using Firefox and Chrome, but not IE8. IE9 appears to work.
    It also works on my local PC using IE, Firefox and Chrome using the same user account and through the same proxy server as in the RDS session.
    On our proxy server we have allowed all variations of microsoft.com, officeapps.live.com etc etc.

    Hi,
    As I have suggested earlier, have you tried to Reset IE on affected system and check the issue?
    Also try to reset the Excel 2010 to default setting by deleting the key from registry from below mention path.
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel
    By removing the following registry keys may reset customized user settings for your Microsoft Office programs. For more information regarding resetting excel refer
    this thread.
    Note: Please backup the registry before deleting anything and also all warnings about the dangers of editing the registry apply and it’s on your own risk.
    Apart from that, there is Hotfix 3 available for Citrix XenApp 6.5 for Server 2008 R2, try to download and install for checking the result.
    Thanks.
    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.

  • Report Not working in the Web Browser

    Hi ALL ,
    Am working on a item SKU report . The report is running fine in the BIDS but once i try to view the report in the WEB Browser
    tried both Mozilla and Internet Explorer no data is shows up .
    The report has 2 report filter one is on the service and the other one is the item sku its a multi - parameter  that contains
    a list of more than 6000 different SKU . Can the filter be the reason for the report not displaying in the web browser.
    If yes kindly advice me what the workaround for it .
    I tried having the filter in the  SQL main query but it was of no use no data it was showing after having the ssrs report filter
    at least right information its showing but in the BIDS not in the main web browser.
    Kindly Help
    Priya

    Hi Priya,
    According to the description, I understand that there are parameters (@SKU and @SKUlist) in the report, and SKUlist parameter is multi-value parameter. When selecting values of the SKU parameter, the parameter SKUlist will display corresponding values. In this
    case, you should create cascading parameters, right? And you use parameters to filter the report.
    Because the data of the report can be shown in the Business Intelligence Development Studio (BIDS) environment, the issue only occurs after deploying the report to report server. Based on my research, I think it may occur because of web browser issue. I have
    known you use Mozilla and Internet Explorer to view the report but there is still no data.
    In Reporting Services, not all report functionality is supported by all browsers. In this scenario, I suggest you considering the aspects of the setting or third party add-ons of Internet Explorer (IE). You can refer to the steps below:
    1. Click Tools -> Internet options.
    2. Switch to the Security tab, click Local intranet, and then select Default level.
    3. Switch to the Advanced tab, and click Restore advanced settings.
    4. Temporarily disable third party add-ons. For detailed steps, please see the link:
    http://windows.microsoft.com/en-IN/internet-explorer/manage-add-ons#ie=ie-10
    Reference:http://technet.microsoft.com/en-us/library/ms156511(v=sql.105).aspx
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • TS3999 I see all of my calendar events in iCal and on my iPhone, but not in the iCloud web app.  Any ideas why?

    I see all of my calendar events in iCal and on my iPhone, but not in the iCloud web app.  Any ideas why?

    If the calendar is on iCoud.com, all you would need to do to get it on your phone is go to Settings>iCloud on your phone, sign into your iCoud account and turn Calendars on.  The iCloud calendars will then download to your phone.

  • Is there any way to get the PivotTable Field List to appear in an embedded Excel Web Apps spreadsheet?

    The PivotTable Field List shows up fine when using Excel Web Apps normally. It doesn't appear to be accesible via the javascript API and the main
    Excel Web App cannot be embeded in a frame. Any ideas?

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Excel, this issue is more related to Excel Web app develop. I recommend you post the question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    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. Thank you for your understanding.
    Thanks
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • How to customize an Excel web app?

    Hello, I'm
    planning to add
    an Excel based fixed
    deposit calculator
    to my
    website.  I found
    that it
    is possible by
    uploading an Excel
    document to
    the SkyDrive and
    embedding the
    code generated. My
    question is,
    can we modify
    the size width
    and other parameters
    of the
    default web app
    generated by this
    code? Is
    it possible to
    remove the black
    frame at
    the bottom (
    which has
    "Microsoft Excel
    Web App,"
    written on
    it) if we
    pay for Office
    365?

    Hi,
    As your require, we need to find the Excel web app's API through SkyDrive.
    http://msdn.microsoft.com/en-us/library/live/hh826521.aspx
    And we also do have a few APIs that are available through Excel Services that is part of SharePoint.In SharePoint we have:
    a SOAP Web Service
    a javascript OM available in the browser
    a REST API
    More details on all of these are available here:
    http://msdn.microsoft.com/en-us/library/ms582023.aspx
    If you have further questions about the issue, you post them to Excel web app forum better:
    http://answers.microsoft.com/en-us/office/forum/webapps
    Regards,
    George Zhao
    TechNet Community Support

  • Gmail spam folders not visible in Mavericks mail.app

    I have upgraded the operating system to Mavericks on one of the Macs I use. In mail.app, I find that the Spam folder in my gmail accounts is not visible; the same is true of a number of other gmail folders that formerly appeared as subfolders of the main [Gmail] folder. I have found no mail.app preferences that might explain this disappearance. By accessing my gmail accounts via a web browser, I have confirmed that the Spam folders are still present in each.
    Thanks in advance to anyone else who reports this issue and all the more so to anyone who can suggest a fix.

    You have sub-folders of the Inbox???
    I did see a post on Mountain Lion forum where the person had the same setup and got it back. I know I was part of the thread, but I can't find it.
    You may need to remove the account and re-add it to Mail.
    <Edited By Host>

Maybe you are looking for

  • Quicktime 10 not playing RECENT iTunes m4v files

    Hello All, I purchase a lot of movies and TV from iTunes. I always watch them with Quicktime. After upgrading to iTunes 10.1 on my Mac Pro Nov 17, Quicktime 10 stopped playing RECENT iTunes purchases. No movies downloaded since mid September will pla

  • Need to create 500 designs, all identical in every way except for a unique QR code

    Hi there. I am using Photoshop CS6. I have a design from which I want to create 500 versions of an image. All will be identical, except for the QR code which will be unique for every one. The placement of the QR code will be identical in all of them.

  • Audio cuts out at random while playing songs in itunes

    While playing songs in itunes audio will frequently drop out completely across the entire system. The song will still be in play mode but the track progress indicator doesn't move. There's no slowdown or spinning beachballs, activity monitor doesn't

  • Color profile for Viewer and Canvas?

    I've noticed that the color of the video in the FCPro 4.5 Viewer and Canvas looks absolutely nothing like the color when I output to DVD or QuickTime movie. (The video in FCPro seems to be much darker.) Is there a way to make the Viewer and Canvas lo

  • Failure accessing WMS theme

    Hi to All, I'm trying to call a WMS with mapviewer (OC4J 10g)to add a Layer to an existing map, so as i've seen from documentation i've added a new theme to my maprequest: <theme name="WMS" > <wms_getmap_request isBackgroundImage="false" > <service_u