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...
amitchandak
6 years agoSuper User
Seems fine. Is this some a formula -DimDate[FullDateAlternateKey] ?
- PBIfanatic6 years agoHelper V
- amitchandak6 years agoSuper User
Can you share a pbix after removing sensitive information?
I had one doubt you rae creating a measure, not a table, check that
- PBIfanatic6 years agoHelper V
Hi amitchandak , I am trying to creating a table not a measure.