Forum Discussion
PBIfanatic
6 years agoHelper V
SelectedColumns - error
Hi,
I am using the SELECTEDCOLUMNS DAX function to create a table
Table = SELECTCOLUMNS(DimDate, "Test",DimDate[FullDateAlternateKey])
This gives me an error - A table of multiple values was supplied where a single value was expected. I chekc the documentation for this and I believe
I have all the correct details?
thanks
6 Replies
- amitchandakSuper User
Seems fine. Is this some a formula -DimDate[FullDateAlternateKey] ?
- PBIfanaticHelper V
- amitchandakSuper User
Can you share a pbix after removing sensitive information?
I had one doubt you rae creating a measure, not a table, check that