Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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
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...
User | Count |
---|---|
105 | |
69 | |
48 | |
47 | |
47 |