CRMONCE

Creative

What are Constructors in C#

Introduction : In this blog we will see the primary constructors in c#. What is a  constructor in C#? A constructor is a particular class method that is invoked whenever a new instance of the class is created. A constructor, like a method, contains a set of instructions that are execu...

[rt_social_links]
Creative

Apply Conditional Formatting For A Text Column In Power BI

Overview In this article, we will talk about how we can apply conditional formatting for A Text column in Power BI. Data fields           We need the end result to be something like what is shown in the below screenshot. Step-1: Load the data from the data source into the Power [&hell...

[rt_social_links]
Creative

How to convert IEnumerable to ReadOnlyCollection in C#

Introduction: In this blog we will see how to Convert IEnumerable to ReadOnlyCollection in C#. What is IEnumerable in C#? All non-generic collections that can be enumerated use IEnumerable as their underlying interface. GetEnumerator, the only method in it, returns an IEnumerator. IEnumera...

[rt_social_links]
Creative

Difference between Field & Property in C# .Net

/*! elementor – v3.13.3 – 28-05-2023 */ .elementor-column .elementor-spacer-inner{height:var(–spacer-size)}.e-con{–container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(–container-widget-width,var(...

[rt_social_links]
Creative

How to format the HTML table in MS flow?

Before Article we discuss about who the html table in power automate. We’ll add padding and color to the html table – insert a new step in between “Create HTML table” and “Send an email” action like below. Select “Compose” data operation action like below Rename your defaul...

[rt_social_links]
Creative

Create And Format HTML Table Using Microsoft Flow

Introduction Nowadays, the buzz word in the market is MS Flow. I would say that without MS Flow, SharePoint Online is incomplete. When we talk about SharePoint Online, we must talk about other related technology like MS Flow, PowerApps, SPFx, Teams, etc. These all go side by side. As Micro...

[rt_social_links]
Creative

How To Change Data Source Of Existing Report In Power BI

Data Source Settings This can be used to change the data source for the same source type. You can change the data source using data source settings in two ways: Using File Using Transform Data Using File: The following steps outline the process of changing the data source for an existing r...

[rt_social_links]
Creative

How Does Lookupvalue Function Work in Power BI

Upload all tables to the Power BI desktop to start the demonstration             We have three tables named “ Mock_Data,sheet1,and sheet2 ” respectively.               In Mock_Data Table, we do not have “Date” and “Sales” information, which is there in the other tw...

[rt_social_links]
Creative

How To Use Append Queries Feature In Power BI

Introduction Here, I am using the ‘Append Queries’ feature in Power query editor to append two or more files located in different folders but have the same table structure. Data Details  To append two files, I am having two excel sheet ‘Employee details’ and ‘Employee details1...

[rt_social_links]
Creative

How To Merge Two Tables In Power BI

Introduction Your first step the ‘Power Query Editor’ window will be opened. we have contain two tables  of data             Now select the first table and go to ‘Combine’ at the top of left side of the tool. Here you get two options, ‘Merge Queries’ and ‘Append Querie...

[rt_social_links]