Tagged: Data Transformation

Perform a Left Join in Power BI

Perform a Left Join in Power BI, Are you looking to combine two tables in Power BI using a left join? If so, you’ve come to the right place. Perform a Left Join in...

Performing an Inner Join in Power BI

Performing an Inner Join in Power BI, Are you struggling to combine data from two tables in Power BI? Do you want to perform an inner join to merge data based on a common...

Perform an Anti Join in Power BI

Perform an Anti Join in Power BI, If you’re working with multiple tables in Power BI and need to identify and analyze data that lacks corresponding values in another table, an anti join is...

Fuzzy Matching in Power BI

Fuzzy Matching in Power BI, Fuzzy matching allows you to merge tables based on imperfectly matching strings. This technique is valuable when you need to join tables with slight variations in text data. Fuzzy...

Extracting Hour from a Datetime in Power BI

Extracting Hour from a Datetime in Power BI, When working with datetime data in Power BI, you might often need to extract specific components, like the hour, from the datetime values. Power BI makes...

Duplicate and concatenate in R

Duplicate and concatenate in R, we will explore how to use the str_dup function in R to duplicate and concatenate strings within a character vector. The str_dup function is part of the stringr package,...