Can't Access Reports In Power BI Mobile App

I have a dashboard in Power BI that I can access with no problem in SharePoint Online. However, when I try to access the same dashboard via the Power BI app for Windows, I get a "The server can't process the request. Please try again later" error
message. And when I try to access the dashboard via the Power BI app for iPad, the dashboard does not even appear in my list of dashboards.
Help! Any ideas?

TStephens,
It sounds like you're trying to access the apps that are only tied into the new PowerBI.com preview. Did you try out the preview?
Thanks!
Ed Price, Azure & Power BI Customer Program Manager (Blog,
Small Basic,
Wiki Ninjas,
Wiki)
Answer an interesting question?
Create a wiki article about it!

Similar Messages

  • Can we access report date wise?

    hi all
    can we access report date wise if yes then plz guide me?
    i made two text items,one for start date and second one for end date in form.if i issue date in these two text items like this
    start date: 01/08/2009 End date: 08/08/2009 and after pressing the when_button_pressed and it give me the report up to giving date,is it possible?
    plz help me and guide me more
    thanks in advance
    sarah

    hi sir
    sir i got an error in the following code
    SET_REPORT_OBJECT_PROPERTY(rep, REPORT_OTHER , 'P_START="' || TO_CHAR(:BLOCK.START_DATE, 'DD.MM.YYYY') || '" P_END="'|| TO_CHAR(:BLOCK.END_DATE, 'DD.MM.YYYY') || '"');
    here is the error:" to many declaration of 'To_char' match this call"
    my table name is date1
    and table structure is
    name
    address
    start_date
    end_date
    and i used this where query WHERE COLUMN BETWEEN TO_DATE(:P_START, 'DD.MM.YYYY') AND TO_DATE(:P_END, 'DD.MM.YYYY') in the form where caluse
    i am using u r codes for displaying report which one you posted yesterday
    sarah

  • SSRS 2005 why some users can't access report server.

    There is one user who can't access report server by clicking a link to a report. A window will pop up asking for login. Even he enters login, the window will keep coming back. I have set the user for that report and assigned the 'Browser' role to the user.
    Other users don't have this problem. E.g. for another user I also set him up for the report and assigned 'Browser' role but he can access the same report no problem.

    Hi thotwielder,
    As per my understanding, I think this issue can be caused by the following two reasons:
    The report server can be blocked by Firewall. If Windows Firewall is turned on, the port that the report server is configured to use is most likely closed. Indications that a port might be closed are the appearance of a blank Web page after requesting a
    report, or a blank page when you attempt to open Report Manager from a remote client computer. In this scenario, we can try to open port 80 in Windows Firewall on both report server and client computers.
    The report server can be blocked by browser. We should ass the report server URL to trusted site in the browser.
    We can also grant the user access to site-wide operations with system-level row in report manager to check the issue again.
    Please double-check we have been grand the user the browser role on the report. We can navigate to Security property of the report to check the issue.
    Reference:
    Configure a Firewall for Report Server Access
    Configure a Native Mode Report Server for Local Administration (SSRS)
    Grant User Access to a Report Server (Report Manager)
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Can't access my gmail using the gmail app. States your browser's cookie functionality is turned off. please turn on. How do i do that???

    Can't access my gmail using the gmail app. States your browser's cookie functionality is turned off. please turn on. How do i do that???

    what if I don't want to accept cookies? I didn't have to before I upgraded

  • How can I access docs on a frozen Pages app? The Pages app froze up after attempted repair at the Genius bar last night.  The IPAD was having significant memory errors, and staff backed it up to the ICloud, then wiped the IPAD clean and restored the apps.

    How can I access documents on a frozen Pages app? The Pages app on my IPAD does not function after the IPAD was backed up on the ICloud, and then restored. I synced the IPAD, but this did not solve the problem.  Other apps are working, just not Pages.  Please help! These docs are badly needed for work.  Thanks so much!

    Have you tried closing the Pages app completely and seeing if it works ok when you re-open it ? From the home screen (i.e. not with Pages 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Pages app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Can't Access my server from the Server App

    Upgraded to Lion Server, everything seemed to go OK.  Now, for some reason, I can't access the settings from the Server app.  It asks for a passowrd, and it won't take it.  I can reboot the server, log in just fine.  But entering in my username and passowrd in the Server app, no dice.
    Thoughts???

    Got it.  This thread helped!
    Thanks!
    https://discussions.apple.com/thread/3193444?tstart=60

  • Updated I pad,now I can't access I tunes store or update apps,old e mail address comes up ,password doesn't work.changed e mail address and password doesn't make a difference .what do I have to do? Thanks

    I update I pad over weekend now I can't access I tunes store or update apps. My old e mail address comes up password does not work. I changed I'd and password but to no avail.what can I do to fix this problem. Thanks

    Did yoo go to Settings>iTunes and App Stores and sign out and sign back in?
    Next see:
    Frequently Asked Questions About Apple ID

  • I can't access the iTunes store or the App store through my iPod touch or sync apps from my laptop to the iPod

    I can't access the iTunes store or the App store through my iPod touch or sync apps from my laptop to the iPod

    Need more information. What happens when you try each of those actions? Error messages?
    Can you connec to the internet with oher apps?

  • How can i access reports

    Is there any T-code for accessing reports.

    Hi Niti
    You can use SE38 as everyone above has suggested.check f4 or put " * " and search for which report you want.
    You can alalyse the report fields and subroutines etc through the abap workbench or tcode SE80.
    regards
    naag.
    please reward if it is useful.

  • Access Reports through Forms in oralce apps 11i

    HEllo All,
    My requirement is to get the reports data into form i.e. there is an ap check report and i would like to create a new form and call those check report fields into that form.
    I am writing the following code
    declare
    v_plist_id paramlist;
    pl_name varchar2(50) := 'rep_params';
    begin
    v_plist_id := get_parameter_list(pl_name);
    --check_param_list (pl_name);
    if not id_null(v_plist_id) then
    destroy_parameter_list(v_plist_id);
    end if;
    v_plist_id := create_parameter_list(pl_name);
    --add_parameter(v_plist_id, 'P_PAYMENT_BATCH', text_parameter, :block_name.item);
    add_parameter(v_plist_id, 'PARAMFORM', text_parameter, 'NO');
    add_parameter(v_plist_id, 'DESTYPE', text_parameter,:control.dest_type);
    add_parameter(v_plist_id, 'DESNAME', text_parameter,:control.dest_name);
    add_parameter(v_plist_id, 'DESFORMAT', text_parameter,:control.dest_format);
    add_parameter(v_plist_id, 'F_AC_PAYEE', text_parameter,:control.payee);
    run_product(reports, 'XXEGAPGBPCHK', asynchronous, runtime,filesystem, v_plist_id, null);
    end;
    Please suggest/advise how should i get the data populated into the forms in apps 11i. Its urgent.
    Regards,
    Abbas

    Hi,
    regarding adding (Add (C:\ABC) to FORMS60_PATH in the registry) could you please explain
    compilation is by f60gen @ (is this right?)Correct, the syntax of using f60gen is explained in (Note: 130686.1 - How to Generate Form, Library and Menu for Oracle Applications).
    The place where i am working has apps installed in IBM AIX server .. so how do i access Apps
    or can i access Apps via TOAD.You will have to access the server using ftp to download the pll files to your local machine. TOAD can be used to access the database objects only (not the physical application files).
    Regards,
    Hussein

  • Problems with changings within Design Studio Report published on BI Mobile App

    Hello BI Mobile Experts,
    At the moment we are setting up a prototyp for BI Mobile reporting with SAP Business Objects Mobile and the BI Mobile App.
    We created a report with Design Studio and published this report without problems within the Mobile Category. This Report was displayed correctly on iPads we are working with.
    This week we made some changings within the report (new Crosstab, changings within css file). Unfortunatelly this changings were not displayed within the Mobile App. When we run the report local on the desktop within Design Studio everything works fine and is displayed correctly. It seems like the iPad is caching the report and doesn't get the new definitions, because after uninstalling the complete app from the iPad and installing it again, the report is displayed correctly.
    Does anybody of you have same issues and is knowing how to solve that?
    Thank you and best regards,
    Gerardo

    Hi Emre
    I recall when I installed DS on our BI 4.1 SP2 system, the Analysis Application Service is not added to the Adaptive Processing Server (APS) automatically, I had to manually include the service into the APS for it to work correctly.
    To make the dashboards visible to the BI Mobile applications, you must assign the category "Mobile" to the dashboards.
    Regards
    Derek

  • Parameters in Crystal Reports on SAP B1 Mobile App

    Hi there everyone.
    I have succesfully installed the SAP B1 Mobile application en connected to our server. After setting some Crystal reports visible for mobile I came to the conclusion that simple reports are displayed correct in the mobile app, but when a parameter is set, the report will not show. Anyone have experience with this?
    Kind regards,
    Andy

    Up!

  • Can't receive calls on Lync 2013 mobile app on iPad Air while signed into Lync 2013 Basic desktop client.

    Is there a setting I can change on mobile app or desktop app that will allow this to work?
    I like to stay signed into the desktop client so I can manage my contacts as well as chat with co-workers, but I don't have a camera or microphone so I need to answer calls on my iPad. 

    Normally, both client on Ipad and computer can receive the call.
    Can you test it on your mobile phone?
    I tested on my Android mobile phone and computer, I could receive the video call on both.
    Please try to update your Lync client to the latest version.
    Lisa Zheng
    TechNet Community Support

  • HT4437 can I use airplay to show NFL mobile app on my TV with appleTV?

    I want to watch the Bronco-Raider football game this afternoon.  It is not shown in my area, but I can watch it on my iPhone updated to iOS 6 using the NFL Mobile app.  I want to use airplay to watch it on my tv through my appletv.  Is that possible?

    http://support.apple.com/kb/HT4437?viewlocale=en_US&locale=en_US

  • I upgraded my 4s to 7.0.4 and now I can't access hotmail through my main mail app. When I open it a pop up says password incorrect even after I put my password in it pops up again. How do I fix this please help

    I upgraded my 4s to 7.0.4 and now I can't acicess hotmail through my main mail app. When I open it a pop up says password incorrect even after I put my password in it pops up again. How do I fix this please help

    After I upgraded to Mavericks I was also having this message when I tried to update. There was a previous post about this problem which offered this simple solution which worked for me:
    b0n0b0
    Re: Recently upgraded to Maverick from SnowLeopard. Unable to get updates from App store.
    Mar 15, 2014 9:05 AM (in response to Terence Devlin)
    Got it! Thanx.  What I did was go to my account, check that they had my new ID and Password which they did, then hit reset button. All fixed.

Maybe you are looking for

  • Pl/sql block on block trigger

    I have a pl/sql block in when-new-block-instance trigger on forms 10g. Basically, these trigger fires after user selection of the search criteria block. Exist one condition which is totaly important: One of the search criteria is a list of document t

  • How to view the program panel in full screen mode?

    I know how to make the program panel full screen using the "~" key, but I would like to view my work completely without borders. Similar to using Quicktime or Windows media player. I can't imagine that this feature doesn't exist. Any help would be gr

  • Waiting to buy ... do I .. DVI, VGA or HDMI? (Samsung 23" TV)

    Hello, I'm currently very near to buying the basic Mac Mini model, customized to include; 1.83GHz Intel Core 2 Duo 120Gb HHD 1Gb RAM My question is, I have a 23" Samsung HDTV and the ports on the back are HDMI and VGA with audio. I know the Mac mini

  • Selection Screen Parameter behaving strangely.

    This one is too weird to believe.  Here's what's happening.  I have a normal abap list report with a checkbox parameter.  I set the value to 'X' initialization and it works the first time the selection screen is presented.  Upon running the program I

  • I cannot move icons to the home screen

    Pardon me if this is old, but I cannot find it here via search.  I'm new to iPhone, having had Windows phones, Palm, and others in the past.  Just picked this up today.  Slick.  It even makes AT&T look better.  Here's my question. I understand tap an