techniti.org

power-bi-if

Power BI If Statements – Example

Introduction Power BI IF statement is used to check whether a condition is met, it return one value if TRUE and other value if FALSE. Syntax: Return Type is single value i.e. Scalar. Example: Suppose you have a table with column ‘PARKING_SPACE_QTY’ Suppose you want to add a new column ‘Parking’ where the value is …

Power BI If Statements – Example Read More »

power-bi-incremental-refresh

Power BI Incremental Refresh- Use

What is incremental refresh? Power BI incremental refresh is a feature that allows you to refresh only a subset of your data instead of refreshing the entire dataset. This can significantly improve the performance of data refreshes, especially when dealing with large datasets. Incremental refresh is commonly used when working with data sources that contain …

Power BI Incremental Refresh- Use Read More »

Power-bi-best-tips

Power BI Best Practices Tips

Introduction Power BI is somewhat complex tool if you are working with big data and several data streams, it is good to know what needs to be optimized in order to get optimal results. Recommendation and Tips Here are the things a beginner needs to focus on for optimizing power BI reports and dashboards Data …

Power BI Best Practices Tips Read More »

power-bi-tooltip

What Is Power BI Tooltip?

Introduction Power BI tooltips are used to provide extra information when the user hovers their mouse over different parts of the visualization. Example: The red box in the image below shows the tooltip. It appears as soon as the user hovers his mouse in parts of the visualization and disappears/changes as soon as the user …

What Is Power BI Tooltip? Read More »

sql-rename

SQL Table Renaming: A Guide

Introductiuon In SQL, Creating and inserting data is important but maintaining databases are also important. Sometimes user are not happy with the current name of the table and wants to rename them according to needs. CAUTION : Before committing to any change, user should double check that renaming the table will not make or break …

SQL Table Renaming: A Guide Read More »