Forum Discussion
Function expects a column name as argument number 4? Help :-)
- 8 years ago
Hi unclejemima
Yes... AddColumn is a function which returns a Table......It cannot be used in Calculated Columns and Measures....Directly..
However you can use this code as a CALCULATED TABLE
So if you go to Modelling Tab>>New Table and paste this code...you will get an entirely new Table in your Model
This is what i get when i use your code as a "calculated table" with a dummy Invoice table of 2 rows
Hmmm...it might be because I already have a column in my calender called "Date"and its trying to make another with the DAX?
Its supposed to give me this...
- Zubair_Muhammad8 years ago
Community Champion
- unclejemima8 years ago
Post Patron
haha. I'm such a noob. I have no clue.
The screenshot came from this thread http://community.powerbi.com/t5/Desktop/how-to-build-a-calendar-table-with-date-and-time/m-p/374493#M170076....and it looked exactly what I wanted to do.Basically I have a calender table and I'm trying to get hours and minutes on it...so I went to my existing Calender table, made a new calculation column, pasted the formula in my first post in and keep getting the error.
Is it not supposed to be a calculated column?- Zubair_Muhammad8 years ago
Community Champion
Hi unclejemima
Yes... AddColumn is a function which returns a Table......It cannot be used in Calculated Columns and Measures....Directly..
However you can use this code as a CALCULATED TABLE
So if you go to Modelling Tab>>New Table and paste this code...you will get an entirely new Table in your Model