Is it possible to easily use a Powerpivot to work like a cube?

Hello,
I don't have much knowledge in Powerpivot, so I'm trying to see if what I want to do is feasible in Powerpivot before delving further into it.
I have a database with multiple tables that is quite de-normalized, and I want to allow end-users to use Excel and check off boxes on a field list to give them more or less information. There is nothing setup in SSAS for me, no fact tables, no dimensions,
nothing - and I most likely will only have access to SSMS & Excel to produce this.
For example, the database has one table listing all the sales orders, another listing the possible payment methods, another listing the customers, another listing the products, etc all linked together via various keys. If I write a query to join everything
together so that each of the results says "Order #, Payment Method, Customer, Products Purchased", I can get a Powerpivot made from it, but it is very slow and it behaves like it is summing everything when most of the data I need it to produce is
text (in fact, I don't really need any aggregation done at all, but I want the ability to use slicers, connect to SQL, etc.). Is there a way in powerpivot I can link a bunch of tables together (based on their PK/FK) and then the user can pick the items they
want from a field list and have it populate like a cube? This way, a manager could open the file and only show how many customers they have, only show which sales were done via credit card, etc. I want to provide a cube/data dump/operational reporting replacement
as our current reporting solutions are inadequate.
Sorry for the vagueness, but I feel like Powerpivot can do what I want it to, but I'm also fearful of investing a lot of time learning it and building it only to have the end result not be what I'm expecting.
Any help/insight would be greatly appreciated.
Thanks,
RU

in fact, I don't really need any aggregation done at all, but I want the ability to use slicers, connect to SQL, etc.
Hello Richie,
The main task and the great power of
PowerPivot is in aggregate
data. But if you want you can use it as a plain reporting tool. You can import data into a workbook and create relations between tables.
In Internet there are several examples available, the most base on the sample database "AdventureWorks", which is a ERP database for products/customers/orders and so on. Some examples can be found here:
http://www.codeplex.com/site/search?query=powerpivot
http://powerpivot-info.com/post/174-step-by-step-guide-for-creating-demo-powerpivot-workbook-from-adventureworksdw-sql-tables
Olaf Helper
[ Blog] [ Xing] [ MVP]

Similar Messages

  • Is it possible to re-use Unix tools?

    Hi I have done some programming in C on Linux, lately I had some ideas for Mac apps and now I had some questions...
    I suppose I'll had to learn Obj-C and Cocoa as that's the standard tool for programming on Mac? Now, what about Unix tools it came with, can I reuse it to some degree? I believe some GUI Tools that OS X came with reuses stuff from Darwin... like how Disk Utility uses diskutil...
    So I am wondering, if I want to start programming, what should I learn first? As I said I am comfortable with C and coming from Linux background, I know a fair a bit about Unix, shell script, cron jobs, etc... but I like to know what's the way to make GUI Apps on OS X that possibly reuses functionality from Darwin Unix tools? Like, does Cocoa provides this functionality or?
    And I do have set aside some money to invest in a Cocoa book or something.
    Thanks.
    Message was edited by: Sunnnz
    Message was edited by: Sunnnz

    Sunnnz,
    One option is to use standard C calls to execute other command line tools, such as system(), fork()/exec(), popen()/pclose().
    But if your intent is to build full fledged GUI applications then you probably will need to learn some of the other APIs and frameworks. Cocoa gives you NSTask that wraps much of the complexity of executing other tools into an Objective-C class.
    AppleScript (using Script Editor) provides a "do shell script" command that can be used to execute shell scripts or command line tools from within your AppleScripts. However, plain vanilla AppleScript doesn't give you very much versatility for creating a GUI interface for your application.
    But, you can also use AppleScript Studio (within Xcode). AS Studio merges AppleScript with Cocoa interface components and allows you to easily create fairly complex GUI applications that wrap calls to command line tools (using "do shell script").
    One drawback of using "do shell script" within AppleScript or AS Studio is that you can't create an interactive session with the tool you launch. In other words, "do shell script" expects the tool it runs to run to completion before the "do shell script" call returns control to your AppleScript. In many cases this is not a problem since you can pass the tool or shell script all the command line options it needs and then get the result of the execution back into an AppleScript variable. But if your app truly needs to interact with the other process while it's running then you'll have to use something like Cocoa's NSTask or the lower level C functions mentioned above.
    Steve

  • Is it possible to easily view the actual (not displayed) value of a cell?

    Is it possible to easily view the actual value of a cell calculated by a formula, not the displayed value after it has been rounded off?
    For instance, if you enter the number 1.23456789 and display it rounded to 3 decimal places, you can still see the full, actual value in the formula bar:
    The problem arises when you reference that number in a formula: you can't see the underlying value (even though it's obviously known to Numbers):
    Is there a way to get the formula bar (or a tooltip) to show the full, unrounded value? Changing the display to more decimal places is not very convenient, especially on big spreadsheets. Maybe it could be done via AppleScript?
    A related issue arises when you try to look at the sum or average of a number: if the numbers being summed have the same number of rounded decimals, the sum displayed is rounded too. I find this very annoying: I want to see the actual value, not how my spreadsheet may be displaying it in that cell.
    Although, curiously, rounding to any number of decimals as long as they are not all the same displays the full, correct underlying values:
    Has anyone come up with workarounds for these issues?

    I did it with an AppleScript.
    Now any time I have a cell or cell range selected, I do one click (AppleScript menu > Display Value at Full Precision), and it shows me a popup alert that simply reads:
         rowname : columnname
         value
    Here's the script:
    tell application "Numbers"
              try
                        set selectedTables to (tables of sheets of front document whose selection range is not missing value)
                        repeat with selectedTable in selectedTables -- tables of each sheet
                                  if contents of selectedTable is not {} then -- the list is not empty, it's the selected sheet
                                            set selectedCells to cells of selection range of (get item 1 of selectedTable)
                                            repeat with i in selectedCells -- each selected cell
                                                      set {selectedRow, selectedColumn, selectedVal} to {row, column, value} of i
      --                                                  display alert "value of " & name of selectedRow & " : " & name of selectedColumn & " (" & address of selectedRow & ":" & address of selectedColumn & ")" message selectedVal
      display alert name of selectedRow & " : " & name of selectedColumn message selectedVal
                                            end repeat
                                            return
                                  end if
                        end repeat
              on error eMsg number eNum
      display alert eMsg
              end try
    end tell
    ( Props to Jacques Rioux who posted code to get me started at https://discussions.apple.com/thread/3964938 )

  • HT201272 is it possible to not use a credit card, to download already purchase apps for iPhone to iPad?

    is it possible to not use a credit card, to download already purchase apps for iPhone to iPad?

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • I would like to be able to size images by kilobytes instead of pixels--is this possible?  I use I-Contact which requires a maximum of 70kb per image.  For best quality I want to make the images as close to 70 as possible.  Currently I choose a size of 300

    I would like to be able to size images by kilobytes instead of pixels--is this possible?  I use I-Contact which requires a maximum of 70kb per image.  For best quality I want to make the images as close to 70 as possible.  Currently I choose a size of 300 pixels on the shortest side but sometimes this gives me an image of slightly greater than 70kb and sometimes the image is just 30-40kb.  Is there a way to be more precise in reaching but not exceeding 70 kb?

    That is not a feature of iPhoto - suggest to Apple - iPhoto Menu ==> provide iPhoto feedback.
    You can opnly resize using the available options and file size is not one of them
    LN

  • Is it possible if I use Adobe Acrobat reader

    Hi all.
    I have some question to ask about Adobe acrobat reader and Adobe acrobat professional.
    Is it possible if I use Adobe Acrobat reader to input data in PDF file that is generated by interactive form using web dynpro or Abap program. I try to use acrobat reader. It can not input anything into PDF Form but I'm not sure it may be can or not.
    After I change PC that is install Adobe Acrobat Professional (offline: I save pdf file form web browser). It can input data into PDF Form.
    Plese let me understand.
    Thank you very much

    1) You only need a Adobe Reader (Version 7.0.9 or higher) to enter and Save data in Adobe form.  Just install the latest version of Adobe reader (8.x)
    Additional Installations on the Client PC
    http://help.sap.com/saphelp_nw70/helpdata/EN/73/852854f9d6418b9574dab0d321d258/frameset.htm
    2) Please make sure you are creating Interactive Forms, and not Print Forms.  for example, if you're using Java Web Dynpro, you need to enter the following code to make the form Interactive (so data can be saved within):
    IWDInteractiveForm iForm1 = (IWDInteractiveForm) view.getElement("<name of your form here");
    iForm1.setDynamicPDF(true);
    see this thread: https://www.sdn.sap.com/irj/sdn/thread?threadID=883018&tstart=0
    hope this helps,
    harman

  • HT4847 On startup my macbookair says start up disk full/delete some files. When I look at storage disk utility I see 51GB of a possible 60GB is used with Other. What is Other? and how can I view and delete some of these files?

    On startup my macbookair says start up disk full/delete some files. When I look at storage disk utility I see 51GB of a possible 60GB is used with Other. What is Other? and how can I view and delete some of these files?

    A MacBook will use Time Machine to make local backups so that when connected to an external drive it will backup a lot faster.
    to disable this, you must use a command under terminal.
    to locate terminal, do a search for it under spotlight (the magnifying glass on the top right corner), should be the first hit.
    once under terminal, type the following text exactly:
    sudo tmutil disablelocal
    hit enter.
    you will be asked to input your password, if you do not have a password, you will have to create one before performing this command. after entering your password, hit enter again and close terminal.
    in a few minutes the space taken up by time machine should be cleared.

  • Can I easily use a Dell monitir for my MacBook?

    Can I easily use a Dell monitor for my MacBook?

    Couple thoughts:
    1. ALWAYS put the drive in that fits the way it's suppose to. not a good thing to put one in that doesn't fit right as it can cause issues with ejecting disc or damage other parts.
    2. the +R stuff seems to hold up better than the -R. I only use +R discs now, I've seen a few -Rs fail after time & have spoken to PC people that had the same thing.
    OWC sells the drive that fits your machine & burns everything CD & DVD wise. http://eshop.macsales.com/shop/superdrive/MacBookPro17

  • Is it possible to stop using Manual Numbering ?

    Is it possible to stop using Manual Numbering of any Document for any type of user?
    in SAP B1 2007 B SP0 PL7

    Is your question related to Reporting & Printing?  You'd better post it on the main forum to get more response.
    Thanks,
    Gordon

  • Is it possible to load more dictionaries to ibooks? French, german ando so on? I have books in severl languages and it would be easire to use a built in dictionary like the one it already has.

    is it possible to load more dictionaries to ibooks? French, german and so on? I have books in severl languages and it would be easirer to use a built in dictionary like the one it already has.

    At the moment no - http://support.apple.com/kb/HT4059 says :
    iBooks allows you to look up the definition of words using a built-in English or Japanese language dictionary
    So it looks like just the two languages are currently supported

  • Is it possible to autopay using multiple credit cards?

    Is it possible to autopay using multiple credit cards?
    I want to split the payment among different credit cards at the same time.

    You'd have to manually make the payments to do that.
    Verizon only allows autopay from one source, they do not have an option to have autopay taking out certain amounts from multiple cards.
    I believe you can set autopay through your banking institution to do such a thing, I would call and find out.
    Good Luck

  • Is it possible that i use Premiere projects in FCPX

    Is it possible that i use Premiere projects in FCPX

    Luis, I think it is theoretically possible to do it if one had FCP7 installed. Take a detour from Pr to FCP7  and then use 7toX to bring into FCPX. However I doubt that the project would make the trip completely intact annd because I have an old version of Pr, I'm not really in a position to test how well (or if) it would work. Perhaps someone else can…
    Russ

  • The latest changes to the function to "Upload to FTP host" has rendered this useless - no point using a program like Muse if I can not easily and automatically upload the work to the webserver!

    The latest changes to the function to "Upload to FTP Host" has rendered this useless - no point using a program like Muse if I can not easily and automatically upload the work to the webserver!  I use BlueHost webhosting that has a primary domain and I have several domains with that account (as sub-domains or folders on this server) - with past versions of Muse when uploading pages it simply opened an alert window to tell me (what I already know) that the website I was uploading does not point to the primary domain BUT NOW Muse tries to create a new separate folder in the root directory of the primary domain - completely ignoring the directory path I am giving it - useless!  Why make these senseless changes to the program - and so often - very frustrating it is like amateur ware!.

    Hi Stephen,
    There are some issues with the upload to ftp via Muse, which the engineering team is aware of and those will be fixed in a future build of Muse. At this point the work around would be to export the html from Muse and then upload via some third party ftp client like filezilla.
    I will recommend that you keep an eye on our release notes page to get more updates on it - Release notes | Adobe Muse CC
    - Abhishek Maurya

  • Is it possible incremental load using sqlloader

    Hi
    I am working on datawarehousing projects and every day loading 3 lakhs record to target server using sqlloader.Is it possible incremental loading using sqlloader
    Example First day loaded 3 lakhs record into target using sqlloader ,when next day need to load another 2 lakhs records .Using sqlloader how to do the incremental load?
    Thanks inadvance
    Mohan

    Hi
    The sql loader has three options
    Append
    Replace
    Truncate
    The first option will help you and append the data and will not reject the duplicate . FOr rejecting duplicate record rejection make sure table has constraints.
    Prashant_Arvind

  • Is change to a recommendation setup possible for not using EMET GUI?

    Hello.
    Is change to a recommendation setup possible for not using EMET GUI?

    Hello.
    ↓TEST
    1.EMET4.1 Inst
     EMET Setup.msi /quiet /norestart
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --import "C:\Program Files\EMET 4.1\Deployment\Protection Profiles\CertTrust.xml
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --import "C:\Program Files\EMET 4.1\Deployment\Protection Profiles\Popular Software.xml
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --system Pinning=Enabled
     →recommendation setting OK
    2.EMET5 Inst
     EMET Setup.msi /quiet /norestart CONFIG_OPTIONS=15
      "C:\Program Files\EMET 5.0\EMET_Conf.exe" --import "C:\Program Files\EMET 5.0\Deployment\Protection Profiles\Popular Software.xml
     →recommendation setting OK
    3.EMET5 Maximum Security Setting(GUI)
    4.EMET5 UnInst
     msiexec /q /x {ID} 
    5.EMET4.1 Inst
      EMET Setup.msi /quiet /norestart
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --import "C:\Program Files\EMET 4.1\Deployment\Protection Profiles\CertTrust.xml
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --import "C:\Program Files\EMET 4.1\Deployment\Protection Profiles\Popular Software.xml
     "C:\Program Files\EMET 4.1\EMET_Conf.exe" --system Pinning=Enabled
     →recommendation setting NG
    Result
     EMET5、EMET4.1 Maximum Security Setting(GUI) → recommendation setting(CUI) → NG
     EMET5、EMET4.1 Maximum Security Setting(GUI) → recommendation setting(GUI) → OK
    Anticipation
     It can return only by GUI?

Maybe you are looking for

  • How to open a Cash Drawer in AS3? NEED ANSWER ASAP!!!

    Is it in anyway possible to open a cash drawer in actionscript 3 (Flash CS5) that is connected to a receipt printer. NEED ANSWERS ASAP!

  • Is there a cord to allow me to view my MacBook Air on television?

    I checked the online store but not sure what I need or if Apple even has it.  I want a cord to go from my MacBook Air to my HDTV.  Which one do I need?

  • Dump time out message in the portal

    Hi experts , In my portal , the web dynpro  component "FPM_OIF_COMPONENT" is being used. when user logs in and then sit idle for 30 min. then after he press "save" button, he gets the dump message like "the URL http://...WebDynpro /sap/hap_main_docum

  • "could not sign in" after downloading ios 6

    I downloaded ios 6 for my ipad 2.  I followed the steps to finish upgrading.  ipad is connected to Wi-Fi, but it won't connect to the server.  I cannot use my ipad for now.  Do I need to go to the Apple store to fix this problem, or can it be restore

  • MSI 1612 Error with ZEN 7 SP1

    Since upgrading to ZENworks for Desktops 7, I have been unable to distribute MSI applications. I always seem to have an error 1612 when the application tries to distribute. I believe that this error usually means that the path to the installation fil