How to create multiple reports and dashboards from one dataset?

Hi there,
I've centralized the data to an excel workbook from multiple data sources and added as a dataset to my new Power BI site. How can I build multiple reports and dashboards out of one dataset?

Hi Kuber,
In the Datasets section on the Navigation pane (left side of your Dashboards page), you can click "..." next to each dataset. One of the options in the contextual menu is Explore. When you explore a dataset, you can create reports and save
them.
You can find more about this and other topics in our Getting Started content:
https://go.microsoft.com/fwlink/?LinkID=512054
Thanks,
M.

Similar Messages

  • How to create multiple TYPES of objects from one menu?

    Q: How can I create a single class to create objects of multiple 'object classes' in a way that is not a huge switch statement?
    Explaination:
    Let's say that I have an application that I am building, that manages five hundred object types. A properly-built object subclassing tree is created, and I want to be able to create objects of any 'leaf node' of this subclassing tree using a single 'objectCreate()' method in a 'factory object'. The purpos of this method will be to create an instance of the correct object, pass a handle to a few collections for properly sorting and storing these objects in groups.
    Usually, one could create a switch in this function, testing for the type of object that the user wants to create from the menu. But in the case of having hundreds of possible object choices, this becomes harder and harder code to maintain (let alone performance).
    Any suggestions?

    But if my menu has:
    1. German Shepard
    2. Doberman Pinscher
    3. Malamut
    4. Persian Long-hair
    5. Siamese
    6. Tabby
    And my object class tree goes:
                                  [ Animal ]
                 [ Cat ]                              [ Dog ]
      [ various breeds ]                         [ various breeds ]How do I code the menu class to respond to the input, so that it runs the correct [breed] object's constructor?
    The line:
    Animal choice = new xxxxxxxx();
    I can't use a variable to replace 'xxxxxxxx' in run-time, but having a ton of choices in code sounds/looks unreasonable.
    if (choice == "Doberman Pinscher")
    Animal choice = new doberman();
    else if (choice == "Tabby")
    Animal choice = new tabby();
    Do you see what I am trying to avoid? I am not experienced enough to instantly realize how to avoid the latter, and instead, do a single instantiation command for the correct constructor.

  • How to generate multiple output pdf's from one oracle reports

    how to generate multiple output pdf's from one oracle reports.
    I have a report where I have to generate more than one output files from the same report based on a parameter.
    Each output file is for each parameter.
    Is this possible in oracle reports, is so how ?

    You can better post your question in the reports forum instead of this pl/sql forum.

  • How do I transfer files and documents from one user account to another?

    How do I transfer documents and files from one user account to another?

    You haven't understood me. Follow these steps:
    1. Log in the user where are the files you want to transfer, and open a Finder window.
    2. In Finder, select Go menu (on the menu bar) > Go to Folder, and type /Users/Shared. Now you're on Shared folder, so leave that window.
    3. Open a new Finder window without closing the old one, go to the folder with the files you want to transfer, and copy them to Shared folder.
    4. After copying the files to Shared folder, go to  > Log Out, and log in the other user.
    5. Repeat the step 2, and you will get access to the transferred files. Now, you can open them directly from this folder, or you can copy them to a folder on your user folder

  • How to create a report in EM from scratch level ?

    Hi,
    Can anybody help me on this ?
    The report I want to create in EM is about where the user selects a target from a drop down and it shows the CPU utilization or memory Utilization for that respective target. Is it possible to create such kind of ? If Yes, How to create the report ?
    Thanks in advance.

    Are you sure you want to create a report for this info?
    As CPU and MEM utilization changes every second, what would be the use of a report?
    I assume you are aware of the fact that CPU and MEM utilization is included for instance in the Host Homepage and can also be included in Group Pages and Dashboards.
    Regards
    Rob
    For more information on OEM GC, like Tips and Tricks please see: http://oemgc.wordpress.com

  • How to deploy Forms, Reports and Menu from Client to Server machine

    Dear Experts,
    I have one requirement to deploy the Forms, Reports and Menu from client machine to server machine.
    Deployment involves the following steps :
    1. Firstly we have to search the selected file in a folder where the .fmx is present ( in Server machine) and take the back up of the the existing file in the server (Source and destination paths will be available).
         Ex. If the existing FMB name is TEST.fmx then the backup file should be TEST_sysdate.fmx.
    2. Secondly we have to transfer the file from the client folder (or from another folder of the same server) to the server folder where the back up exists.
    Please help me to search/rename/copy/replace the _.fmx/.rdf/.rep/.mmx_ files from client to server.
    We are using
    9i Database.
    10g Forms and reports.
    SQL Developer tool.
    OS is Windows (Client and Server).
    Help me out to attach a file of front end screen which we are planning to develop. It will give a clear picture on this requirement.
    Thanks :)
    Edited by: 941175 on Jun 17, 2012 9:09 AM
    Edited by: 941175 on Jun 17, 2012 9:12 AM
    Edited by: 941175 on Jun 17, 2012 9:14 AM

    941175
    Welcome to the forum. Please take a while to go through the FAQ to be found to the top right of the page.
    Your issue is more to do with batch files rather than Forms. The only relation with Forms, as I see it, is that you will be using HOST/CLIENT_HOST to start a batch file with the file name to be deployed as a parameter passed to it.
    You need to rewrite either a CMD batch file or a Powershell script to achieve what have set out to do.
    For CMD batch files look up http://www.robvanderwoude.com/battech.php , or any of the other excellent resources available on the internet.
    Regards,

  • How to create windows users and groups from Java

    Hi,
    Can any one please tell me, which Package/API will helps to create windows users and groups from Java.
    Thanks,
    M.Prem.

    You can't do it with pure Java, and it's not in the core API. You'd have to write a native function to do it, using whatever API Windows provides, and then call it with JNI. Or look for a third party native-based Java library that already does that.

  • How to create a report and summarize some columns per page

    Hi all,
    I need to create a HTML report using the OA Framework Extension and it needs summarize some values columns highlighted similar to what can be done when using Report6i. Is there some class or package or a region or page's parameter that permits me to do that?
    I also thought to summarize the values and put them in a table with a column saying that the line is a simple value or a summary and just put those values in html table. My problem still how to hightlight the html table line when the value "summary" is being fetched.
    Any suggestion????
    Thanks in Advance!!!

    Essentially you want to write a pl/sql function which returns a varchar2 string. The contents of the string must be a valid sql statement.
    Once you have done this, you need to add a report region as type sql report and you will have the option of writing it as a query or as a function returning query. Choose function returning query and enter in the function call.
    Note your function must be valid, and must be executable by your apex parsing schema.
    example:
    create or replace
    function test_report(   p1_tablename       in varchar2)
    return varchar2
    is
    v_query varchar2(4000);
    begin
    v_query  :=
    'SELECT * from '||p_tablename;
    return v_query;
    end test_report;Edited by: Keith Jamieson on Aug 15, 2011 4:50 PM

  • How to create multiple report header line?

    Dear Experts!
    I am creating a report, which needs multiple lines for report header e.g. First row should have Report Name in bold. Then next line should have the month for which the report was executed and last line should have the person, who executed it.
    I know that I can get the text of these values by text variable but the problem is to format it and to put the text in different report header lines.
    Please help!
    Thank you,
    Tyagi

    Dear Tyagi,
    Are you using BEx Report Designer?
    You can use drag-and-drop for moving the fields. Just click on the cell and as the buttons appear, move it to your destination cell.
    Regards, Karol - SAP BI Development

  • How do i move itunes and music from one pc to another?

    All - i need to move all my music from one pc to another - does anyone know how to do this? i am not very technically minded and ever time i try to look it up i get very confused! thanks in advance.

    I set up a home network and transferred it using that. See if you can get a PC-savvy friend to help you, or hire someone to do this. It is nearly impossible to talk someone through this over the internet.
    Windows has some built-in helps to tell you how to set up a home network and turn on file sharing. If you don't understand that, get someone to help!

  • How to connect multiple nanos and minis to one computer and share content

    I have 3 iPod nano's and 1 iPod mini in my house and would like to make a central repository of music on one computer that can be shared across nanos where users can select all or some of the available tunes. How can I do this?
    Dell   Windows XP Pro  
    Dell   Windows XP Pro  

    You could use the update option "automatically update selected playlists only" would allow you to create a playlist specifically for each iPod and drag the tracks you want into it. If you tire of the list and want to change it, you just add or remove the songs you don't want. The ones you take out out remain in the library to be used by the other iPods. Make your playlist a Smart playlist and limit the size to just below the advertised capacity of your iPod ( for example, around 3700MB for a 4GB or 1800MB for a 2GB Mini or Nano). You can read more about playlists at these links:
    iTunes: Creating playlists of your favorite songs
    How to create a Smart Playlist with iTunes
    To select the update option.
    iTunes 6
    Connect your iPod to your computer and when it appears in the Source list go to Edit>iTunes>Music Tab (iTunes>Preferences>Music tab on a Mac).
    Automatically update selected playlists only. With this option, iTunes automatically copies the playlists you have selected to the iPod when you connect it to the computer.
    iTunes 7
    Connect your iPod to your computer and when it appears in the Source list click on it to show the preference tabs in the main pane. Choose the following option and click "Apply".
    Sync Music - Selected playlists. With this option, iTunes automatically copies the playlists you have selected to the iPod when you connect it to the computer. You'll find this in the Music Tab.

  • How to port a Sebel BI Dashboard from one instance to other instance

    Hi,
    I am in search of find a way to port the Oracle Sebel BI Dash board from one instance to other. When we complete the Dash board in a test instance how can we port it into to production.. is there any way to port the bash board are we need to develop it again in the production.
    Thanks
    Abdul Hafeez Shaik

    Identify the "class=MyStyle" string in the MTML code, and use the Multi-File Find and Replace feature to step through each topic and change the specific instances to "class=MyOtherStyle." (I doubt that you'll want to "Replace All".)
    Sorry, there's no silver bullet!
    Good luck,
    Leon

  • How do I migrate settings and signature from one computer to another??

    I have a new computer. I have installed Adobe X Pro on the new machine, and now I woudl like ot move my preferences and signatures over. What do I need to copy from one machine to the other???

    You don't copy signatures, you'd copy digital ID files. The self-signed digital IDs that you create with Acrobat are saved as .pfx files (Win) or .p12 files (Mac). You can get the folder they're stored in via the Security Settings dialog in Acrobat:
    More info: http://help.adobe.com/en_US/acrobat/X/pro/using/WS11dd809af63f0e1e-43e0464b12b4384d3b6-800 0.html#WSe02e12b45a94f4a2-537cbc1612fe1252143-8000

  • How to get your pictures and contacts from one device to another

    hey guys I just bought an iphone 5s and I wanted to transfer all my photos and contacts from my old iphone which was a 4s to my 5s. when I tried to do it first time a message appeared on my computer and said that it couldn't transfer anything because the software on my iphone 4s was too old. I updated everything and I tried to restore the backup, but instead of restoring it from my most recent backup it restored it from a backup that happened about a year ago. So i need to know how to restore a backup from my iphone 4s and transfer it to my 5s

    The following has instructions for transferring to a new iPhone via either iCloud or iTunes: Transfer content from an iPhone, iPad, or iPod touch to a new device - Apple Support

  • How to transfer txt msgs and photos from one iPhone to another

    I've just upgraded from an iPhone 3GS to an iPhone 4 and want to move everything from one to the other. I figured out the music and contacts but not how to move the text messages and photos.

    iPhone: Transferring information from your current iPhone to a new iPhone

Maybe you are looking for