Blog

Your blog category

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 »

sql-floor-ceiling

SQL FLOOR AND CEILING FUNCTIONS

FLOOR() Function: SQL FLOOR is used to return the largest integer less than or equal to the specified numeric expression. Syntax: EXAMPLE: The result is the numeric part with the same data type. CEILING() Function: SQL CIELING() is used to get the smallest integer greater than, or equal to, the specified numeric expression as return …

SQL FLOOR AND CEILING FUNCTIONS Read More »