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.
I have SWITCH function like below....
I have function to return EBITA value in case group category is Admin
It works well
Currently the value is assigned to my matrix only in column with name category = Admin .
I would like to assign the same value for other columns with different names.
I would be happy for your resply with info what is the logic behind.
THX!
@Anonymous, Can you share the expected output screenshot?
Below you can find expected outcome
value from admin column should be presented in other columns too (the places with red dot)
@Anonymous, Try this,
Instead of ADMIN_step2_cost centers[Group ] = "ADMIN"
Filter( ALL(ADMIN_step2_cost centers[Group ]),ADMIN_step2_cost centers[Group ] = "ADMIN")
Below code doesn't work (I have the same result - walu only in Admin column)
20. Hourly rate - ADMIN =
CALCULATE([10. EBITA LEVEL (CURR)],All('ADMIN List'),FILTER(ALL('ADMIN_step2_cost centers'[Group ]),'ADMIN_step2_cost centers'[Group ]="Admin"))