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