måndag 8 december 2014
söndag 16 november 2014
Gartner BI-Survey 2014 + Tableau v.s. Qlikview
BI Survey 2014 by Gartner: Summary by Jen Underwood
2014 Comparison: Tableau v.s. Qlikview
lördag 15 november 2014
Business Decision Architecture & Microsoft Machine Learning
They've almost discovered the full picture ;-)
1. Resource Management: SQL-server (Gartner)
2. Process Management: Power Query/Pivot, Excel, R
3. Presentation Management: Tableau, Power View/Map (not ready)
Machine Learning (MAML)
Why care: Microsoft's Bing predicted midterm election with 95% accuracy
How ToDo: Getting Started on Azure Machine Learning Build a "Data Service", Blog, 2 (with VB)
TED: Where are we today, Kaggle, 2, blogg, tools used
Unpublished: Modular 3D Printer
1. Resource Management: SQL-server (Gartner)
2. Process Management: Power Query/Pivot, Excel, R
3. Presentation Management: Tableau, Power View/Map (not ready)
Machine Learning (MAML)
Why care: Microsoft's Bing predicted midterm election with 95% accuracy
How ToDo: Getting Started on Azure Machine Learning Build a "Data Service", Blog, 2 (with VB)
TED: Where are we today, Kaggle, 2, blogg, tools used
Unpublished: Modular 3D Printer
söndag 26 oktober 2014
Power Query and API
Excellent post+sample file by Erik Svensen how to import data via Power Query and a JSON query.
...
....
Link: Excel-File
Unpublished: Import Excel file to SQL Server, Microsoft Product Roadmap, Office365 Roadmap, Excel Data Mining Add-Ins
...
....
Link: Excel-File
Unpublished: Import Excel file to SQL Server, Microsoft Product Roadmap, Office365 Roadmap, Excel Data Mining Add-Ins
måndag 13 oktober 2014
Power Query: SQL-server query based on an Excel table
My first trial to query a SQL-database via an Excel list:
let
Source1 = Excel.CurrentWorkbook(){[Name="Table8"]}[Content],
Source2 = Sql.Database("MS10\SQLEXPRESS", "TSQL2012"),
Sales_CustOrders = Source2{[Schema="Sales",Item="CustOrders"]}[Data],
Joined = Table.Join(Source1, "custid", Sales_CustOrders, "custid"),
in
Joined
Unpublished: Import Pictures, Book: Power Query for Power BI and Excel
Similar posts: dynamic filters, dynamic function, FastCombine
Videos:
Deep Dive into Power Query Formula Language
The Power Query Formula Language, PowerPivot video
fredag 3 oktober 2014
List unique values - non duplicates
The value list is placed in column A2:A100000 (A1 is the header)
Place the first formula in column B2 (B1 is the header) and copy down as far as needed.
Prerequsites: All cell-values are valid (no "errors"), just to simplify.
Excel 2010-
=AGGREGATE(15;6;$A$2:$A$100000;ROW(A1))
Excel -2007
Alt.1: Dual cells, one Array formula in B3
B2: =SMALL($A$2:$A$100000;1)
B3: =SMALL(IF(($A$2:$A$100000-$B1)>0;$A$2:$A$100000);1)
Alt.2: Singel cell, Array formula
B2: =IF(ROWS($B$2:$B2)>1;SMALL(IF(($A$2:$A$100000-$B1)>0;$A$2:$A$100000);1);MIN($A$2:$A$100000))
Array formulas: The formulas with IF(..) has to be confirmed with Ctrl+Shift+Enter, not just Enter
Place the first formula in column B2 (B1 is the header) and copy down as far as needed.
Prerequsites: All cell-values are valid (no "errors"), just to simplify.
Excel 2010-
=AGGREGATE(15;6;$A$2:$A$100000;ROW(A1))
Excel -2007
Alt.1: Dual cells, one Array formula in B3
B2: =SMALL($A$2:$A$100000;1)
B3: =SMALL(IF(($A$2:$A$100000-$B1)>0;$A$2:$A$100000);1)
Alt.2: Singel cell, Array formula
B2: =IF(ROWS($B$2:$B2)>1;SMALL(IF(($A$2:$A$100000-$B1)>0;$A$2:$A$100000);1);MIN($A$2:$A$100000))
Array formulas: The formulas with IF(..) has to be confirmed with Ctrl+Shift+Enter, not just Enter
söndag 28 september 2014
Cube-formulas, Advanced
Link: ...
Two ways to define a simplified view:
1. Create a Hierarchy - SQL Server
2. Create a Perspective - PowerPivot
Link: DAX Studio
Master Data - Model, Semantics + Excel Add-in
Article, MasterData add-in (terminology).
Why Master Data Services is needed:
Link: background, Importance of Data quality,
lördag 23 augusti 2014
Power BI links
Start:
Power BI via MS-Academy
Power BI for Office 365
PowerPivot
Article: Power Pivot & Example file
Video: Intro, Tables Best Practices
Videos: Power view & Power Pivot
BlogPosts: Microsoft BI Team, MSBI Academy
Power view:
Power Q&: Live Demo, Semantics
Try your own:
1. Register a trial account
2. Add Power BI app to your Share point
Power BI team: YouTube
Power Query
Articles: Multiple files into one, Examples, PowerQuery Formulas
Videos: TechEd.Videos, Formula Language
Power View
Article: Get started with sample files
Power BI via MS-Academy
Power BI for Office 365
PowerPivot
Article: Power Pivot & Example file
Video: Intro, Tables Best Practices
Videos: Power view & Power Pivot
BlogPosts: Microsoft BI Team, MSBI Academy
Power view:
Power Q&: Live Demo, Semantics
Try your own:
1. Register a trial account
2. Add Power BI app to your Share point
Power BI team: YouTube
Power Query
Articles: Multiple files into one, Examples, PowerQuery Formulas
Videos: TechEd.Videos, Formula Language
Power View
Article: Get started with sample files
söndag 10 augusti 2014
Various links
Calculate Long-Lat distance:
http://excel.tips.net/T003275_Calculating_the_Distance_between_Points.html
Add flaggs to chart axis
http://www.get-digital-help.com/2014/09/23/add-pictures-to-a-chart-axis/
Free BI add-ins/apps for Excel 2013
http://office.microsoft.com/en-us/store/results.aspx?avg=zxl150&vtags=Data%20Visualization%20%2B%20BI&price=Free
118 Statistical functions - app (2013)
http://office.microsoft.com/en-us/store/rapidstat-WA104330018.aspx?queryid=4d5b15d4-cfff-40c8-b466-fd0776e17b22&CTT=1
Excel and Power BI-video series
http://blogs.msdn.com/b/powerbi/archive/2014/07/08/getting-started-with-excel-and-power-bi-series.aspx?
Run Excel 2013 remote on any device
http://www.powerpivotblog.nl/excel-2013-power-pivot-and-power-view-on-any-device-with-azure-remoteapp/
Optimizing picking paths:
http://www.get-digital-help.com/2014/07/04/optimize-pick-path-in-a-warehouse/
Axis scaling - VBA
http://peltiertech.com/WordPress/link-excel-chart-axis-scale-to-values-in-cells/
Franken team
https://sites.google.com/site/e90e50fx/
Display image on mouse over - VBA blog
http://www.excelvbamacros.in/2012/03/display-image-on-mouseover.html
http://excel.tips.net/T003275_Calculating_the_Distance_between_Points.html
Add flaggs to chart axis
http://www.get-digital-help.com/2014/09/23/add-pictures-to-a-chart-axis/
Free BI add-ins/apps for Excel 2013
http://office.microsoft.com/en-us/store/results.aspx?avg=zxl150&vtags=Data%20Visualization%20%2B%20BI&price=Free
118 Statistical functions - app (2013)
http://office.microsoft.com/en-us/store/rapidstat-WA104330018.aspx?queryid=4d5b15d4-cfff-40c8-b466-fd0776e17b22&CTT=1
Excel and Power BI-video series
http://blogs.msdn.com/b/powerbi/archive/2014/07/08/getting-started-with-excel-and-power-bi-series.aspx?
Run Excel 2013 remote on any device
http://www.powerpivotblog.nl/excel-2013-power-pivot-and-power-view-on-any-device-with-azure-remoteapp/
Optimizing picking paths:
http://www.get-digital-help.com/2014/07/04/optimize-pick-path-in-a-warehouse/
Axis scaling - VBA
http://peltiertech.com/WordPress/link-excel-chart-axis-scale-to-values-in-cells/
Franken team
https://sites.google.com/site/e90e50fx/
Display image on mouse over - VBA blog
http://www.excelvbamacros.in/2012/03/display-image-on-mouseover.html
Prenumerera på:
Inlägg (Atom)