Forum Discussion
OscarSuarez10
7 years agoHelper III
Add column wiht different values
Hi, I´m trying to add a new column but need to type different values to each row, How can I do it?
The thing is that power bi let me type one number and this number is going to be constant in all the rows, but I need different numbers for each row.
6 Replies
- parry2kSuper User
OscarSuarez10 use RANDBETWEEN function
- OscarSuarez10Helper III
Sorry maybe I didn´t write clearly but I want to type directly in power bi different numbers for a column, using power query ... Create a new column which values aren´t in the main table
- parry2kSuper User
OscarSuarez10 you can surely add new column with random values in PowerBI, the first method I mentioned was using DAX but if you want to use Power Query, you can use Number.Random function to add column
- AnonymousNot applicable
were you able to find solution? i am in similar situation