The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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"))
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |