Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
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).