Forum Discussion
Anonymous
4 years agoNot applicable
CREATE COLUMN
HELLO How do I create a column from the smallest member and repeat it in a column in PowerQuery that does not go out of direct query mode?
- 4 years ago
Hi Anonymous
Create a calculated column with MIN. Although there is no Data view for DirectQuery table, you can see data when you put columns into a visual.
New Column = MIN('TableName'[ColumnName])Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it.
Anonymous
4 years agoNot applicable
thank you
hello
yes ,I want smallest value another column
v-jingzhang
Community Support
4 years agoHi Anonymous
Create a calculated column with MIN. Although there is no Data view for DirectQuery table, you can see data when you put columns into a visual.
New Column = MIN('TableName'[ColumnName])
Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it.