Forum Discussion
Calculated Columns disappeared after Append Queries
- 7 years ago
Hi,
DAX formulas (calculated columns or measures) will not be visible in the QUery Editor. Therefore, you should first append data from th 3 tables, run the Unpivot tansformation step. Click on Close and Apply and then write your LOOKUPVALUE() function.
Hi AUS2029
If I understand correctly, you're performing the 'Append' within Power Query and then adding the calculated column with DAX.
You need to do the appending, load the data into the model and then add the calculated column
It's Power BI. Below are steps that has taken so far.
- get data from excel
- add columns using LOOKUPVALUE from a separate table
- repeat above for other two tables
- Use Append Queries to append three tables which had added columns created from LOOKUPVALUE
Next planned steps after combined/append three tables together
- Edit Query
- Select columns then Unpivot columns
the issue I am facing is, the added columns are not showing under Edit Query Table. therefore cannot Unpivot columns.
- Ashish_Mathur7 years agoSuper User
Hi,
DAX formulas (calculated columns or measures) will not be visible in the QUery Editor. Therefore, you should first append data from th 3 tables, run the Unpivot tansformation step. Click on Close and Apply and then write your LOOKUPVALUE() function.