Tips and Tricks to Merge Two Power BI Reports

As of software development there is no version control and TFS or Git for Power BI to work multiple data analyst or Power BI engineer on same file at a time. On the other hand, we may need to finish design on time, and more than single Power BI Engineer need to work in same Power BI reporting project at the same time. For such … Continue reading Tips and Tricks to Merge Two Power BI Reports

Creating App Catalog in Modern SharePoint Online

App catalog is a separate site collection like team sites in SharePoint for configuring and managing SharePoint Store and its setting. This site collection is basically used for deploying custom apps which are developed for internal organization and makes those custom apps available in SharePoint sites to users to browse as well as add it. Users can search the deployed or installed apps from site … Continue reading Creating App Catalog in Modern SharePoint Online

Image Analysis in ASP.NET Core 5.0 using Azure Cognitive Service

Background Azure’s computer vision services give wide range of options to do image analysis. These AI services enable to discover the content and analyze images and videos in real time. Using computer vision which is a part of azure cognitive services, we can do image processing to label content with objects, moderate content, identify objects in image, extract text, generate details descriptions of the image, … Continue reading Image Analysis in ASP.NET Core 5.0 using Azure Cognitive Service

What is Blockchain

Background In centralized database system, it is easy to control access and consistency where everyone is using same database. Additionally, in centralized database there is a central trusted authority to control the access because there is only one database and all participants or clients using same set of data. It should be trusted by all the participants or clients that the owner of database never … Continue reading What is Blockchain

Upload Single or Multiple Files in ASP.NET Core Razor Pages with Insights

In this article, I will explain some file upload insights and show how to upload single or multiples in app.net razor pages application. I will cover following points: File Upload approaches: Buffering and Streaming File upload security concerns File Upload Storage options Upload Single File in asp.net core razor pages   Upload Multiple files Storing files in physical storage and database Source Code >> GitHub … Continue reading Upload Single or Multiple Files in ASP.NET Core Razor Pages with Insights

Publish Power BI Paginated Report To Power BI Service Cloud and On-Premises

Introduction Power BI Report Builder is a standalone tool to design paginated reports for Power BI. In previous article, we have learnt what is Power BI Report Builder and how to design paginated report for Power BI. This article will describe steps to publish power BI paginated report to Power BI Service cloud and Power BI on-Premises which is known as Power BI Report Server … Continue reading Publish Power BI Paginated Report To Power BI Service Cloud and On-Premises

DevOps and Its key Principles

Background Software development includes several processes like defining scopes, requirement specifications, and use cases, designing solution architect, converting use cases to tasks, writing code, testing and validations, managing releases, and deployments, and then maintenance. These tasks are repetitive and can be highly manual process which can significantly be prone to errors. The software development process comprises of different teams from operations, development as well as … Continue reading DevOps and Its key Principles

What is Power BI Report Builder And How to Design Paginated Report Using Power BI Report Builder

Introduction This article describes what is Power BI Report Builder and how to get started with Power BI Report Builder to design paginated report. In this article I will describe about power BI Report Builder, it is purpose and steps to build report using it with an example. We will use SQL Server Database as data source in the demonstration to design report. Prerequisites SQL … Continue reading What is Power BI Report Builder And How to Design Paginated Report Using Power BI Report Builder