Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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"))
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |