Power BI Data Profiling – distinct vs unique

“Another month, another Power BI Desktop update” as Guy(s) in a Cube use to say. Power BI Desktop October 2018 update brings in quite a few updates, with one thing being my favorite as I always do/check it manually when working with new data: Data Profiling. For more info and how to enable it, visit…

October 16, 2018 · 2 min · 277 words · Vitalie Ciobanu

Azure Data Science Virtual Machine

Just: “Wow, this is nice!” Via: http://radacad.com/data-science-virtual-machine Additional info: https://docs.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/

September 19, 2018 · 1 min · 10 words · Vitalie Ciobanu

Install-WindowsFeature Web-Net-Ext failed. Source files could not be found.

Error: Trying to install .NET Framework 3.5 Features on a Windows Server 2016, either through GUI or PowerShell, returns below error (truncated): “The request to add or remove features on the specified server failed. Installation of one or more roles, role services, or features failed. The source files could not be found.” Cause: .Net Framework…

August 13, 2018 · 2 min · 247 words · Vitalie Ciobanu

What and when: DateAdd vs ParallelPeriod vs SamePeriodLastYear

Reza Rad over at http://radacad.com/dateadd-vs-parallelperiod-vs-sameperiodlastyear-dax-time-intelligence-question explains the differences and provides easy usage scenarios for DateAdd, ParallelPeriod and SamePeriodLastYear DAX functions. Read his blog post to see how he reached to below conclusion: DateAdd and SamePeriodLastYear both work based on the DYNAMIC period in the filter context. ParallelPeriod is working STATICALLY based on the interval selected in the…

May 30, 2018 · 1 min · 141 words · Vitalie Ciobanu

Power BI: The key didn’t match any rows in the table

Error: Refreshing Power BI report generates “The key didn’t match any rows in the table” error. Cause: Click “Edit Queries” button. If you do not see the error message, click “Refresh Preview” button. Once you have the error message, click “Go To Error“. Error message will remain, but you should have “Edit Settings” button now,…

May 18, 2018 · 1 min · 189 words · Vitalie Ciobanu

How to get and view WordPress Statistics in Power BI

Soheil Bakhshi from http://biinsight.com has a super good article on how to get your stats from a WordPress site/blog and analyze them in Power BI. For lazy guys out there, he already built a Power BI template file that you can use straight away. The only thing you’ll need is WordPress API key but don’t…

May 11, 2018 · 1 min · 68 words · Vitalie Ciobanu

What sites I logged in to using my Facebook credentials

Visit www.facebook.com/settings?tab=applications to see what applications and websites you’re logging in to using your Facebook credentials. You have 3 tabs to look at: Active: You recently logged into them with Facebook. These are active apps and websites that can access your Facebook data you chose to share with them. Use this list to: 1) View and update the…

May 5, 2018 · 2 min · 252 words · Vitalie Ciobanu

Expressions that yield variant data-type cannot be used to define calculated columns.

Error: “Expressions that yield variant data-type cannot be used to define calculated columns.“ Cause: IF based Calculated Columns in Power BI or Power Pivot with 2 different data types is not allowed. Solution: Format one data type as needed using FORMAT() function. [code language=”sql”] Age = IF ( TableName[Birthday] < TODAY(), FORMAT ( Year (…

April 26, 2018 · 1 min · 80 words · Vitalie Ciobanu

Creating an e-book. Part 3.

Continuing the series about how to create an e-book. Today we’ll have a much shorter post. Specifically, we’ll look at how to create the Title page. So, what is a Title Page? According to dictionary.com, Title Page is: “the page at the beginning of a volume that indicates the title, author’s or editor’s name, and…

April 17, 2018 · 3 min · 427 words · Vitalie Ciobanu

How to automatically create and update Visio diagrams from Excel

To successfully create Visio diagrams from Excel, Visio Pro for Office 365 is required. Here you can see the prices or download trial. Open Excel (I have latest release of Excel from Office 365 suite) In the search box, type “process” and hit Enter. Among other search results, 2 Excel templates should appear with Excel…

April 12, 2018 · 5 min · 933 words · Vitalie Ciobanu