Forum Discussion
badgerr11
8 years agoRegular Visitor
Duplicating and filtering columns
I'm new to Power BI and still trying to wrap my head around it. I have a column that I'd like to duplicate and keep in the same pbix. This column holds values indicating if an account is paid, free, ...
Anonymous
8 years agoNot applicable
Use ALL () function to ignore the filter on the base column.
New_Column= ALL( Table1[Column1])
Hope this helps.
Thanks
Raj
- badgerr118 years agoRegular Visitor
Thanks for the reply and help, I appreicaite it! Unfortunately Power BI throws an "A table of multiple values was supplied where a single value was expected." message. Even when I filter for just one value (0,1, 99) before creating the new column.
- Anonymous8 years agoNot applicable
Can you post sample data or sample PBI file with expected outcome.
Thanks
Raj- badgerr118 years agoRegular Visitor
Here's an image, wasn't able to upload a pbix. Thanks