Forum Discussion
monaco88
3 years agoNew Member
Adding aliases
Hi, I'm trying to add the alias "ItemID".... for 'Items'[ItemID].... to the below query: I know this should be straightforward but I've been looking at this for some time and unable to figure it ou...
eliasayyy
3 years agoMemorable Member
EVALUATE
SELECTCOLUMNS (
'Items',
"item ID", 'item'[item Id],
)
This will help you name an alias