No power pivot in MS Office Home & Student edition - powerpivot

I have Windows 10 (64 bit) with MS office Home & Student edition but it does not have Power Pivot, Power Query or Power Map. How to install Power Pivot, power query ?
regards
Partha

Power Pivot is not included in Office Home & Student (one time purchase licence) versions.
You can see a full list of Office / Excel versions which include PowerPivot here:
https://support.office.com/en-us/article/where-is-power-pivot-aa64e217-4b6e-410b-8337-20b87e1c2a4b

Related

How to connect Excel with SQL Database?

I work as a consultant for a data-driven decision making consulting projects, so every day, I need to cleaning data, analyze, as well as, present our financial analysis. Most of our tasks require the same type of financial data as well as financial analysis, so instead of using Microsoft Excel to do this, which is quite slow for solving a huge amount of data, I would like to ask for your help that is there any simple model (necessary software, method of importing and exporting data among different software) for data cleaning and analysis by SQL and Excel?
If using Excel 2019 try pressing the short key
Alt + A + P + N + D + S
or go to "Data" main menu, then in that there is a button "Get Data", then there is "From Database", then take "From SQL Database"
Specify the connection details and the query. The data will be loaded on to excel. From which you can start processing.
When you connect SQL to Excel, beware of then using Excel as if it were a database itself. There are a couple of tell-tale signs that you are using Excel as a database, some are listed at https://www.crmsoftwareblog.com/2022/03/yes-you-can-connect-excel-to-sql-server-dynamics-365-and-more/

Power BI not displaying full data

I use DB visualizer to execute queries and get results from an oracle database, and I use Microsoft Power BI to display the results. On August 20, 2018 I updated Power BI and installed the latest version and since that time, the results in the Power BI query editor is not the same as the results in the Database.
I have a table with 8 columns, 7 of type string and one of type Timestamp and here's an example picture of the resulted query
And when running the same query in Power BI the result is not the same
Do you guys know anything or a way of fixing this issue? if you need more info please let me know

Excel Cubes - OLAP?

I am not sure if this is possible but I have a very large data set (extracted using Microsoft SQL Server Management Studio) and would like to import this into some sort of cube (OLAP?) to be analysed in Microsoft Excel (Pivot tables etc.) which is of course limited by c.1 million lines.
Ideally I would to run a query from management studio directly into a cube which is then accessed via Excel.
Thanks in advance.
You can create a Pivot Table using an external data.
Then you can give the SQL Server as a source and it would not matter that the source is with more than 1 million rows:

How could I hide Redgate sql compare licenced serial number at console execution?

How could I hide sql compare licenced serial number at console command execution?
Command:
"C:\Program Files (x86)\Red Gate\SQL Compare 11\SQLCompare.exe" /project:aaa.scp" /filter:"bbb.scpf" /scriptfile:"ccc.sql" /force /report:"ddd.xml"
Output logs..
SQL Compare: activated, edition: professional, serial number: xxxxxxxxxxxxxxxxxx
SQL Compare Command Line V11.5.2.509
==============================================================================
Copyright Copyright � 1999 - 2016 Red Gate Software Ltd
Registering data sources
Creating mappings
Comparing
Summarizing Project Selections
Retrieving migration scripts
Generating report
Checking for identical databases
Creating SQL
Saving SQL
I'm using Mask Passwords Plugin with Jenkins. So I integrated this to Jenkins. Problem solved for me.
https://wiki.jenkins-ci.org/display/JENKINS/Mask+Passwords+Plugin

SQL Server Data Tools 2010 Measures Grid Values Not Showing

I'm developing a BISM Tabular Model in SQL Server Analysis Services (SP1). The tool I'm using is SQL Server Data Tools 2010 (the 2012 Version doesn't exist / work yet). My data source is a SQL Server 2012 SP1 Relational Instance
In the measures grid the results of the DAX expressions, i.e. the Measure's value, are now not being displayed. They did before. I'm not sure what I did.
An example. Say create a measure using DAX like:
Users:=DISTINCTCOUNT(UserId) // Say I have 50 UserIds
The measures grid should display
Users: 50
But it just displays:
Users
It doesn't appear to affect other any other functionality
Any Ideas? Thanks