Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
balabalaji
New Member

Scaling and grouping multiple measures for aggregation

Hi ,

 

I have a requirement which has dimensions with respective measures(lets say 20 measures), each measure has it own functionality)

step1) we need to make all these measures into one scale of 1-5 rating(by taking min and max value of the measure & bucketing into 5 rating system

step 2) we have to categorize measures into category ,subcategory, measure.

example category1, subcategory1,(measure 1,2,3), category1,subcategory2,(measure4,5,6)

(using category master table)

step3) I need to draw a metric visual on top of dimensions  in rows and category and sub category measures in columns , measures in values

 

step4) when i drill up and down at column level categorized measures should be averaged  based on category 

 

I tried with
union(
SUMMARIZECOLUMNS(dimensionalvalues,"measure1",measure1),

SUMMARIZECOLUMNS(dimensionalvalues,"measure2",measure2),

--- so on 30 measures)

so that i can establish a relationship with category master table and 

dax function it is not working

1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
If you are unsure how to do that please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

If you want to get answers faster please refer to https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.