Monthly Archives: January 2018

SSAS Errors in the OLAP storage engine: The attribute key cannot be found when processing

This short writing shows you one of the possible ways to resolve “Errors in the OLAP storage engine: The attribute key cannot be found when processing” error in SSAS. When I was processing my cube I got the error below. … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged | Leave a comment

Power BI Pro assign user to license

This short blog shows you how to assign Power BI Pro license to user after you purchased them. First you will receive an email like this: Then you will get to the Business Center. Select an account to manage. You … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged , , | 1 Comment

AngularJS CRUD Operation Using ASP.NET MVC without using database

This short write sharing with you the Angular js CRUD code without using any database. I have modified the good sample here http://www.c-sharpcorner.com/article/angularjs-crud-operation-using-asp-net-mvc/. I have modified the EmployeeController to use solely object than database. Of course, I need to survive … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged , , | Leave a comment

Enterprise Power BI Gateway greyed out

The short blog shows you one of the reason your Power BI Data Gateway turn Greyed. As you can see my data gateway is online. If it is greyed out then you can check your gateway data source setting. Must … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged , | 1 Comment

SSAS The record was skipped because the attribute key was not found. Attribute

This short post show you one of the ways to resolve the error “SSAS The record was skipped because the attribute key was not found. Attribute” when processing a cube is SSAS. The more detail error as below: Errors in … Continue reading

Posted in .Net, Community, Computers and Internet | Tagged | Leave a comment

Microsoft Cognitive Services: The Language Understanding (LUIS) service

This post shows you there is a possibility for you to connect to light using Azure. Somehow I still do not know how to connect from Internet back to your home. I guess that is what Microsoft should provide the … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged , | Leave a comment

Power BI Data Gateways not able to apply changes for privacy level in Advanced Settings

This post shows you one of the possible reasons the Apply button has no effect when you click in. This is when you go into Manage gateways, and configuring your data gateways. Retype in your Windows username and Windows password … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Uncategorized | Tagged , | 1 Comment

Stop Auto Reopen of Programs after Restart in Windows 10

This short blog shows you how to stop auto reopen of programs after restart in Windows 10. You realize Windows 10 1709 will reopen all the applications when restart. Windows claims this is a better feature. Personally I do not … Continue reading

Posted in .Net, Community, Computers and Internet, Operating System | Tagged , , | Leave a comment

SSAS A duplicate attribute key has been found when processing: Table: ‘dbo_DimDate’, Column: ‘QuarterNumberCalendar’

This post gives you a clue on how resolve the error like “: A duplicate attribute key has been found when processing: Table: ‘dbo_DimDate’, Column: ‘QuarterNumberCalendar’”. When you hit this message and copy the entire message will be as below. … Continue reading

Posted in .Net, Cloud, Community | Tagged , | Leave a comment

Object Oriented Programming pillars

After almost three decades in IT and two decades in programming industrial. I realized people keep talking about some terms without even understand the fundamental of the concept such as dependency injection. The four key pillars of object oriented programming … Continue reading

Posted in .Net, Community, Computers and Internet | 1 Comment