Forum Discussion
danextian
7 years agoSuper User
Create caclulated table in power pivot
Hello, I am not sure which forum to post this question as I couldnt find the one for Power Pivot in Excel. Power BI Desktop is very familiar with me but I am still exploring Power Pivot. Basicall...
NoSpaces
3 years agoNew Member
I found out why it did not allow to Import as table, but it still does not work. š¤·āāļø
Following your guide:
- Create table with >1 columns (1 column just did not work!)
- Importing a table supporting DAX actually worked without explicitly adding the dummy table to power pivot data model:
Existing Connections > (This Workbook) > Select the dummy tableThen it can be imported as a Table
- Then you can right-click on the newly created table and edit DAX
- But now I need to use DAX function VALUES, and it does not work
The error is: Syntax for 'VALUES' is incorrect.
I'm pretty sure the DAX is correct, because column BusinessCatalogs[Business Role ID] does exist.
Jarid-Mckenzie
3 years agoNew Member
Just to close the loop on this, You need to add the expression "EVALUATE" at the beginning of the Values statement.