Forum Discussion
Anonymous
4 years agoNot applicable
Combining several New Measures into a Table
Is there a way to combine three New Measures into one table? Below are the codes of Volume for Quarter 1, June, and July with the filter "Wholesaler". They work respectively in Power BI. I just need to combine them in one table or one field for visualization purposes.
1 Reply
- lbendlinSuper User
Measures are scalar values, They cannot be combined into tables.
While you can use table variables inside measures, the final result needs to be a scalar.
Measures are mutable, calculated columns and calculated tables are immutable (not impacted by user interaction).