Solved: “A table of multiple values was supplied where a single value was expected” Power BI

In this article, we will show you how to solve the error “A table of multiple values was supplied where a single value was expected” in Power BI. We have created some example data to help explain why this error occurs when you are writing DAX functions and to demonstrate three ways you can resolve … Read more

How to check for dates in Power Query and Power BI (Mimic IsDate)

In this article, we will show you how you can check for dates in Power Query and Power BI. You may be used to using functions such as IsDate to check for dates in other languages, however Power Query and BI don’t have an IsDate function. Nevertheless, it is still possible to check for date … Read more

Solved: “[Expression.Error] We cannot convert the value null to type Logical” in Power BI

In this article, we will show you how to fix the error “We cannot convert the value null to type Logical” in Power BI. You can experience this error in Power Query, which can look like this in one of your applied steps: Or, you may discover it after you have clicked ‘Close and Apply’ … Read more