Data Analysis Expressions (DAX) in Power BI

|
| By Sonali Sharma

Data Analysis Expressions (DAX) is a powerful formula and query language used in Microsoft Power BI, Excel Power Pivot, and Analysis Services to perform calculations and manipulate data. It allows users to create custom metrics, measures, and calculated columns, enabling

How to Convert XML to a dynamic object in C#

| By Webner

First of all how to parse a predefined XML structure to a class object in C# Sample XML: <User>      <Name>Joseph Lawrence</Name>      <Class>Second</Class>      <Section>B</Section>      <Roll_number>2735</Roll_number>      <Joining_Dt>20160323</Joining_Dt> </User> Above sample can be parsed by creating a class and setting each variable