Getting MySQL Data into a Power BI Workbook Automatically -- Recommendations or Successes?

Looking to retrieve MYSQL on premise data automatically and scheduled. Straight forward enough manually using Power Query, the MYSQL connector, and loading to a data model. But it would be nice getting it done at night.
Is it best to get the data sent to SQL Azure first? Been reading conflicting success stories with scheduled refresh, Power query, and SQL Azure. Can create a DMG to MYSQL server but can not eliminate or migrate the MYSQL database.
Any suggestions on architecting a solution? 

Hi Galroy,
Thanks for your quick reply. I have seen that link. What I'm not clear on is the best approach to setup a refresh to SQL Azure since that seems the supported data source. It appears that a data managed gateway is not needed if scheduling a refresh of
a data connection in the Data model that points to SQL Azure db. But does this mean the userid and password has to be included in the workbook. If so, if someone copies the workbook to another location (another company) will the update still work?

Similar Messages

  • Hardware to get activity data into health app

    I Have an iPhone 5 and I want to get activity data into the health app. I have been using the fitbit app and a fitbit one device but fitbit have their head in the sand and are not going to develop this functionality.
    i Am therefore looking for a replacement activity tracker.
    what devices will port data into the health app

    Herishi wrote:
    Fairly sure I'll be getting the vivosmart band
    It's pretty nice. I'm not especially crazy about the app but it gets the job done. Garmin is apparently releasing an updated version soonish. Check out DC Rainmaker's blog for reviews:
    http://www.dcrainmaker.com

  • Get XML data into SAP

    Hi ,
    Is there any function module to get XML data into SAP?
    If function module doesnt exist, suggest alternative to do it.
    Thanks,
    Shivaa...

    Hi Shiva ,
    there is lot of stuff regarding ur query in SDN....
    anyways check this link...
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/upload%252bxml%252bfile%252bto%252binternal%252btable
    hope this solves ur problem.
    Regards,
    Anuj

  • Get bw data into bpc consolidation model

    hi gurus
    i m kinda newbie in bpc nw 7.5 for consolidation, now i m enroll in a project where i have to build some models for financial consolidation, in some way i know what objects should it builded, but i have a doubt about data which resides in BW (obviusly cames from ERP), this data is stored in some Z infocubes, but how i can get this data into my model on bpc?? do i have to do it throught DTPs/transformations or there is some BPC functions that implement this?
    best regards
    Joseph

    Hi Joseph,
    BPC has a pre-delivered Data Manager Package to load the data from the BW infocubes. Please check the below link from help.sap:
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/3f/72bb857f8f4012a5b1eaa5ac64bdf8/content.htm
    Hope this helps.

  • Loading MySQL data into ListComponent -help!

    Hi Everyone,
    Complete newbie to this forum, but I've heard that you guys are the best for help and advice so here I am!
    So, I have a MySQL database and a Flash Document with a List Component. I need to import (parts) of records to populate my List component.
    For a start, I'm not sure which language I should utilize - I was thinking PHP?
    Anyway, I've trawled the net for help and I've found none, hence the post. Below is the code I have:
    AS3:
    var options:XML = new XML();
    options.ignoreWhitespace = true;
    var loader2:URLLoader = new URLLoader(new URLRequest("http://localhost/list_1.xml"));
    loader2.addEventListener("complete",function(event) {
    options = new XML(loader.data);
    var product = options.brand;
    for(var i in product ){;
    home_holder.addItem({label:product [i].name});
    PHP:
    <?PHP
    $link = mysql_connect("localhost:3306", "root", "");
    mysql_select_db("test");
    $query = 'SELECT * FROM stock LIMIT 1';
    $results = mysql_query($query);
    while($line = mysql_fetch_array($results)) {
    echo $line["Brand"];
    echo $line["Style"];
    echo $line["Store Name"];
    echo $line["Image"];
    mysql_close($link);
    ?>
    (Please note: the php file returns the correct results if I run it in my browser)
    I also had a go at an XML version:
    <?php
    header("Content-type: text/xml");
    $host = "localhost";
    $user = "root";
    $pass = "";
    $database = "test";
    $linkID = mysql_connect($host, $user, $pass) or die("Could not connect to host.");
    mysql_select_db($database, $linkID) or die("Could not find database.");
    $query = "SELECT * FROM stock ORDER BY stock_ID DESC";
    $resultID = mysql_query($query, $linkID) or die("Data not found.");
    $xml_output = "<?xml version=\"1.0\"?>\n";
    $xml_output .= "<entries>\n";
    for($x = 0 ; $x < mysql_num_rows($resultID) ; $x++){
        $row = mysql_fetch_assoc($resultID);
        $xml_output .= "\t<entry>\n";
        $xml_output .= "\t\t<text>" . $row['Style'] . "</text>\n";
        $xml_output .= "\t\t<text>" . $row['Info'] . "</text>\n";
        $xml_output .= "\t</entry>\n";
    $xml_output .= "</entries>";
    echo $xml_output;
    ?>
    Please drop me some advice! Even if you suggest a completely different way to achieve loading the MySQL records into the List!
    Many Thanks
    Vicky

    It's not really clear where you're having a problem from what you say in your posting and you appear to be looking for general guidance. But even then you seem to have a grasp of what you need to do.  If you have a handle on using PHP to interact with the database, and you intend to use XML as the data feed to Flash, then you want the PHP to echo the data in xml format.  Using that approach is common.
    If you have a problem understanding how to deal with parsing the xml, then you should search Google for a tutorial using search terms like "AS3 XML tutorial".
    When you get to filling the list component, the help documents should help you determine what property (dataProvider) or method (addItem) you can to use to do that and what structure for the data is needed in either case.
    If/when you have a specific problem with getting the actionscript working, then post it with the relevant code.

  • Problem in getting MM data into CM

    Hi
    I have configured Cash Management module and integrated MM, SD with forecasting. I am able to get the SD data into the forecast but not able to see the MM data in the forecast
    I created PR but its level "M1" is not getting reflected in the forecast.
    Please advice
    Thanks

    Beside the "Logistic level" (OT47), you must configure the "Structure" - OT17.
    The Payment term must be filled in the Purchase order.

  • MySQL data into XML for DW CS3

    Hi.
    I have been developing mainly with the MySQL/ php frameworks,
    but am keen to integrate MySQL data via SPRY. if I understand
    correctly, data can only be in XML format to be available for the
    SPRY features.
    So my question is, how can/ what is the best practise for
    creating XML data from a MySQL database, one that does not have to
    be exported/processed by a user everytime data changes in the db.
    Would InteraKt's XML import/export accomplish this or is
    there any facilities from within DWCS3?
    Many Thanks,
    M Turner

    MikeyJ wrote:
    > When setting up a dataset in Spry it only seems to allow
    for an XML file to be
    > specified. You mentioned using "on-the-fly" XML
    generated by the db with Spry.
    > What's the process for getting Spry to look at (accept)
    XML generated this way?
    In the Spry XML Data Set dialog box, click the Browse button
    to navigate
    to the page that generates the XML on the fly. By default,
    the Select
    XML Source dialog box displays only XML files. Click the
    Files of type
    drop-down menu to select All files (*.*). You can then select
    a PHP,
    ASP, or ColdFusion file.
    As long as you have a testing server running locally, DW CS3
    will
    generate the XML schema correctly when you click Get schema
    in the Spry
    XML Data Set dialog box.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • What is the best and easiest way to get xml data into the rtf document

    Hello Frenz
    I'm using rtf document(with bi publisher desktop plug in installed in the word document)... please suggest me the best way(to get the xml data from tables) to load the xml data into this rtf document..
    I'm not developing oracle apps reports. It is for Oracle retail...
    another doubt is... in the rtf document itself there is oracle bi publisher.. can it be used for generating xml data...
    please bear with me and suggest me a way out
    Thanks and regards

    What will you be using in your production system to generate XML? Or are you just trying out BIP?
    If you're familiar with dbms_xmlquery.getxml , you can pass your SQL to generate the XML output. Save the output in a file and use it in your RTF template.
    If you have Oracle reports, you can create XML output when you run the report.

  • Getting BW data into WebDynpro table

    Hi All
    Can any one suggest me how to get data from BW? Is it possible to write any RFC for that?
    As far as I know there are many options like BW Query Iviews etc but I need to get that data and have it in a table with lot of images based on result. So I guess I will able to achive this if I have all the data into WebDynpro Context.
    Please suggest me if any one worked on this.

    Hi,
       You can use the BI Java SDK for this purpose. Using this you can execute any BI query through your Java code, retrieve the results and manipulate/display them as you please.
       You can find a full tutorial <a href="http://help.sap.com/javadocs/NW04/current/bi/docs/examples.html">here</a>. Also go through
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how%20to%20use%20the%20bi%20java%20sdk%20in%20a%20web%20dynpro%20application.pdf">this</a>
    Regards,
    Satyajit.

  • How to get SEC data into numbers??

    I am trying to get the SEC data into a .csv file so that I can play with it in a numbers. A few years ago the program thumbval (thumbnail evalu-a-tor) did a pretty good job, but it used web queries, which broke over time, as the pages it referenced changed.
    What I would like to do is simply get the data from the SEC, and CUT AND PASTE it into numbers, but this is difficult, as it is improperly formatted and just gets placed in a single cell. grrrrr
    Any suggestions? Morningstar has 'watered down' financial statements in table form. My broker (BMO investorline) provides .csv files, but they contain only summary data - for instance the quarterly income for BWLD is just a few lines, and contains none of the detail breakdown found in the SEC reports.
    The data exists. It is plastered all over the financial world, surely getting it into a spreadsheet ready format has been done to death, but I am going crazy trying to figure this one out.

    Hello
    As I don't know from where where grabbed your datas, I can't make tests.
    May you copy a block of datas from the web page then paste into a Pages document.
    After that activate the "Show hidden chars" tool.
    You will see which character is used as a separator.
    You may also attach the Pages doc (after zipping it) to a mail and send it to:
    koenig PERIOD yvan AT tele2 PERIOD fr
    I will be able to look at the datas's contents.
    I met several cases.
    - 1 - values separated by TABs and they may be pasted as is.
    - 2 - values separated by Returns. They can't be pasted as is. I posted a script to deal with this case. But often this one is linked to Safari. Entering the Web page with Firefox gave a TAB separated values block
    - 3 - values separated by spaces. In this case, it is difficult to get a correct result.
    I posted a script able to deal with this case because most of the values where numbers so I was able to replace every occurence of (digit + space) by (digit + TAB) and every occurence of (space + digit) by (TAB + digit).
    Yvan KOENIG (from FRANCE lundi 31 décembre 2007 18:17:9)

  • How to get editable data into internal table

    Hi ABAPers,
    I am displaying REUSE_ALV_GRID_DISPLAY report with one editable field and i have post button in report. Once i select post button i need to get editable data to internal table which i passed to REUSE_ALV_GRID_DISPLAY.
    actually i am writing below code but data is not coming to internal table.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         i_callback_program                          =  sy-repid
         i_callback_pf_status_set                  = 'PF-STATUS'
         i_callback_user_command               = 'USER_COMMAND '
         it_fieldcat                                        = t_field[]
         i_default                                          = 'X'
        TABLES
          t_outtab                          =   <fs_display1>.       "t_display
    FORM user_command USING g_ucomm LIKE sy-ucomm
                   rs_selfield TYPE slis_selfield.
      g_test1 = g_ucomm.
      CASE g_ucomm.
        WHEN 'POST'.
          READ TABLE <fs_display1> ASSIGNING <fsw_display1> INDEX 1.    "Just for testing index 1
          IF sy-subrc = 0.
            w_display = <fsw_display1>.
            APPEND w_display TO t_display.
            CLEAR : w_display.
          ENDIF.
          PERFORM v1.
          PERFORM bapi_call.
      ENDCASE.
    ENDFORM.                    "USER_COMMAND
    Please help me how to get.
    Regards,
    Raju.

    Hi,
    Try the following:
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = sy-repid
    i_callback_pf_status_set = 'PF-STATUS'
    i_callback_user_command = 'USER_COMMAND '
    it_fieldcat = t_field[]
    i_default = 'X'
    TABLES
    t_outtab = <fs_display1>. "t_display
    FORM user_command USING g_ucomm LIKE sy-ucomm
    rs_selfield TYPE slis_selfield.
    g_test1 = g_ucomm.
    CASE g_ucomm.
    WHEN 'POST'.
    * to reflect the data changed into internal table
          DATA : ref_grid TYPE REF TO cl_gui_alv_grid. "new
          IF ref_grid IS INITIAL.
            CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
              IMPORTING
                e_grid = ref_grid.
          ENDIF.
          IF NOT ref_grid IS INITIAL.
            CALL METHOD ref_grid->check_changed_data.
          ENDIF.
    READ TABLE <fs_display1> ASSIGNING <fsw_display1> INDEX 1. "Just for testing index 1
    IF sy-subrc = 0.
    w_display = <fsw_display1>.
    APPEND w_display TO t_display.
    CLEAR : w_display.
    ENDIF.
    PERFORM v1.
    PERFORM bapi_call.
    ENDCASE.
    ENDFORM. "USER_COMMAND
    Hope it helps.
    Regards,
    Gilberto Li

  • Getting xml data into Oracle 9.2

    Hi
    URGENT! NEED HELP ASAP PLEASE!
    I have an unique situation.
    Iam getting large data in XML wrapper.The XML file has all sort of data in it
    1. Multi-delimited text data in CData section
    e.x H3005234 John Koenig 123 Street
    H4004567 99999999 $1000.00 $200.00
    2. Formatted text data in CData section which I need to preserve
    I need to Take each of this data section and write it to individual normalized database columns
    Iam thinking of taking the following approach
    Use XMLDB and PL/SQL to parse the data and do data transofrmations
    Iam having the following problems
    1. The Multi-delimited data in CData section when i create a .xsd file is treated as text.Iam worried that since this is a multi-delimited fixed width file having white spaces .will the white spaces be eliminated while storage if so how would i parse the data to know which data belwongs to what section or record
    2. How do i register the schema so that i can use the best approach to solve the issues
    Please help
    Thankyou
    Seshadri
    [email protected]
    thx

    >
    Oracle version: 8i - 9.0.x.x
    There was no option that I can recall or could find. All the parsing of XML that I've done in 8i was via the xmldom package.
    Oracle version: 9.2.x.x - 10.1.x.x
    This is were Oracle introduced extract, extractValue and TABLE(XMLSequence(extract())) for dealing with repeating nodes.
    Oracle version: 10.2.x.x
    Oracle introduced XMLTable as a replacement for the previous methods since it could handle all three methods for extracting data from XML. At that point, Oracle stopped enhancing extract/extractValue in terms of performance and focused on XMLTable. In 10.2.0.1 and .2, XMLTable was implemented via Java and in .3 it was moved into the kernel so performance from .3 onwards should be better than the older 9.2 / 10.1 methods. If not, feel free to open a ticket with Oracle support. Apparently Oracle also introduced XMLQuery as well but I've never heard of many using that in 10.2
    >
    from Methods to parse XML per Oracle version
    so use correct way for your oracle version

  • Need help getting mysql data

    I have two pages, page X has all the record and page Y has a record that is based  on a url paramater sent from page X, meaning at the end in the browser I have something like this:
    the_site/item_detail.php?item_name=KEDS, CHUKKA, BLUE SLATE
    The thing is, I want to get another record on page Y where I want to have some of the information of the first record which receives its URL paramater from page X.
    More clear maybe:
    On page Y, I have one record which receives its data info from a URL paramater sent from page X
    on thi same page, I want to create another record and I would like this new record to use a column from the first one to get its data result.
    Thank

    I am retrieving data
    on page Y there already a recordset that retrievs data based on the URL parameter sent from page X (recordset 1)
    On the same page, I want to create another recordset (retrieve more data) and to retrieve this data (of recordset 2 on the same oage) I want to be able to use some information from recordset 1.
    I hope your understand what I mean

  • Getting report data into crm

    Hello guru's
    I have a requirment like when i execute bw report that report data should be called to crm.
    1.Please tell me which functional module to be used or suggest me any procedure.
    2.Tell me how to populate the report data into a table.And can we pull that bw table data into crm z table 
    Help me..
    Thanks
    Venkat

    Hi Venkat,
    For 2 point:
    if you are in release < 3.5 you can use Tcode RSCRM_BAPI to produce a flat file from a query in CSV format.
    if you are already in => 3.5 you can check for APD.
    You can also use Openhub-InfoSpoke to produce flat file to feed other SAP systems.
    Ciao.
    Riccardo.

  • How to get the data into select options if we have 10 select options

    Hi Experts,
         I facing problem to get the data from diffrent tables and different select options.
    I have to pass different parameter ranges.
    SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: rb1 RADIOBUTTON GROUP g1.     "Existing Key Accounts
    PARAMETERS: rb2 RADIOBUTTON GROUP g1.     "Potential Key Accounts
    SELECT-OPTIONS: s_part FOR but000-partner."Business Partner Number
    PARAMETERS: p_bpkind LIKE but000-bpkind.    "Business Partner Type
    PARAMETERS: p_but000 LIKE but000-partner.   "Key Account Manager
    SELECT-OPTIONS : s_vkont FOR fkkvkp-vkont. "Contract Account
    SELECT-OPTIONS : s_ktokl FOR fkkvkp-ktokl. "Debtor Type
    SELECT-OPTIONS : s_sparte FOR ever-sparte.  "Division
    SELECT-OPTIONS : s_vertra FOR ever-vertrag. "Contract
    SELECT-OPTIONS : s_budat FOR erdk-budat.   "Invoice Date
    SELECT-OPTIONS : s_netto FOR dberchv-nettobtr."Billing Amount
    SELECT-OPTIONS : s_abrm FOR abc.               "Consumption Value
    SELECTION-SCREEN: END OF BLOCK b1.
    need response asap.
    Thanking you.
    Regards Surya Ramireddy

    HI,
    You can use as many Select-options in the select statment,
    Select XXXX yyyy from TABLE where FIELD In S_FIELD1 and
    FIELD2 In S_FIELD2.
    Regards
    Sudheer

Maybe you are looking for

  • Upgraded from iTunes 9.2.1 (worked great) to 10.6.1.7 and cannot connect to iTunes store.

    I've tried all the troubleshooting documents for iTunes for Windows and nothing works.  The Help files in iTunes do not display - just blank windows.  Ran the diagnostics and they say that a secure connection to iTunes store cannot be established, bu

  • Delete numerous duplicates in iTunes 11

       I've looked through the other threads that are similar but am struggling to find an answer that will work for me. I have just reimported all of my music files into itunes, i noticed that every file was duplicated in the finder but they were not sh

  • The text flowing from CRM to R/3 but not R/3 to CRM in SAP CRM?

    Hello All, Can anyone pls help me for the below issue? We have the text "Business Need" , when the  text is maintained in CRM it is flowing to R/3 but not from R/3 to CRM . Can anyone suggest me where i need to check and what exactly is missing? Than

  • Staggered Clips and Multi-Cam Editing

    Good afternoon! I recently shot a memorial service with two cameras. The footage from each is staggered because one camera records to tape; the other to a 64gig SD card, and both were started/stopped at different times to allow for tape or card swaps

  • Can I get a bigger memory for my 8 gb ipod

    I got this 8gb 4 gen for Xmas and it hasn't got anywhere near enough memory for me and it's in graves so I don't want to buy a new one can I get more memory for it .