Blog

Your blog category

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 »

SQL LIKE Operator in Queries

SQL LIKE SQL LIKE operators are used in conjunction with WHERE clause to find patterns in the strings. Two wild card characters are used with LIKE operators-‘%’ is used to represent  zero, one, or multiple character‘_’ is used when you want to represent only one character Syntax: WHERE Clause in above statement will match with …

SQL LIKE Operator in Queries Read More »