DAX – UNION function
UNION DAX function in Power BI, How to combine two or more Tables in Power BI? Read More
UNION DAX function in Power BI, How to combine two or more Tables in Power BI? Read More
Datatable is a DAX function, using this function you can create Static Dataset/ Table in Power BI, that cannot be refreshed but you can modify it. Read More
Bookmarks is a very cool feature in Power Bi, using this you can capture currently configured view of a report page including slicers & visuals state. Read More
The SQL Convert() or TRY_Convert() both are SQL Conversions Functions and similar to CAST() or TRY_CAST() functions with an additional optional parameter ‘Style’. Read More
using this function you can convert an expression from one data type to another. Read More
Types of SQL Server Keys – Primary Key, Foreign Key, Alternate Key, Super Key & Unique Key. Read More
The ALTER TABLE statement is used to add, modify or drop columns in an existing table. Read More
What is Hierarchy in Power BI? Create and manage hierarchies in Power BI. Read More
Some useful SQL Server configuration functions: @@SERVERNAME, @@VERSION, @@SPID & @@LANGUAGE Read More
Types of SQL Server commands- DDL, DML, DCL, TCL, DQL, Or list of SQL Server commands. Read More
SQL Replicate is a String function, it is used to repeat the existing string for a specified number of times. Read More
A SQL Server IDENTITY column is used to generate key values automatically based on a provided seed and increment value. Read More
What is SQL Server Query optimization? Improving Query Performance in SQL Server. Read More
How to Get Data From Web Page Into Power BI? or How to use a Web data source in Power BI Desktop? Read More
Power BI – Create a Stacked Column Chart | Stacked Column Chart in Power BI. Read More
How to Create a Stacked Bar Chart in Power BI Desktop. Power BI inbuilt visual Stacked Bar chart. Read More
Understand Sync slicers Or Synchronized Slicer in Power BI Desktop. Read More
How to Set Custom Color Themes in Microsoft Power BI Desktop to using JSON file? Read More
How to optimize Power BI Report Performance with Performance Analyzer? Read More
Database backup is very important for any organization, this post explains how you can take SQL backup through SQL script. Read More