Forum Discussion
leudyston
7 years agoHelper I
Error creating a table from a dax expression
Hello friends, I'm trying to create a table with the expression dax below, in Dax Studio the expression runs perfectly, but in the power bi desktop it presents an unidentified error. I'm putting Pbix...
- 7 years ago
Hi Leudyston,
I have reported t this issue to the Product Team: CRI 86194073. The workaround is replacing the VALUES with other functions like MIN, MAX, SELECTEDVALUE.
VAR CodOrigem = values(TDOrigem[CodOrigem])
BTW, Do not post sensitive data here.
Best Regards,
Dale
v-jiascu-msft
7 years agoMicrosoft Employee
Hi Leudyston,
I have reported t this issue to the Product Team: CRI 86194073. The workaround is replacing the VALUES with other functions like MIN, MAX, SELECTEDVALUE.
VAR CodOrigem = values(TDOrigem[CodOrigem])
BTW, Do not post sensitive data here.
Best Regards,
Dale
- leudyston7 years agoHelper I
Hi Dale, thanks for your help.
The PBIX file is no longer available for download.
Best Regards,
Leudyston
- v-jiascu-msft7 years agoMicrosoft Employee
Hi Leudyston,
The fix is expected in the November release. Thanks for your patience.
Best Regards,
Dale