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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Bhaveshp
Helper III
Helper III

How to write DAX statement using where condition

Here is the visual of power BI report shown below for summary table.

The Actual, budget values are summing up for Sales, Cost of Sales, Gross Profit in % of Sales. 

But I am looking for an average of values for Report Parameter "Gross Profit in % of Sales". 

How to write the DAX formula for a new measured Value (which summarizes Sales, Cost of Sales, and averages Gross profit in % of Sales) 

PS: The Report parameter is varchar type, Sales are in decimal type.

 

Capture.PNG

 

 

Any help will be appreciated, thank you 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Looks like your column in Level 2 has 3 values, and you are using just 1 measure.

 

You cannot change the measure properties of 1 of the row values. (To show 2  rows as sum and one row as percentage)

 

View solution in original post

4 REPLIES 4
v-juanli-msft
Community Support
Community Support

Hi @Bhaveshp

Assume your dataset is like this

3.png

Then create a new measure to calculate an average of values for Report Parameter "Gross Profit in % of Sales".

Measure 2 = IF(MAX([cater])="Gross profit in % of sales",AVERAGEX(ALL(Sheet1),[Measure]),[Measure])

4.png

 

Best Regards

Maggie

Anonymous
Not applicable

Have you tried "Percentage of Grandtotal" ?

percental grandtotal.png

@Anonymous, Yes when I try using show value as percentage of grand total, the other parameters (Sales, Cost of Sales) are changing as well. 

 

Capture.PNG

 

 

Anonymous
Not applicable

Looks like your column in Level 2 has 3 values, and you are using just 1 measure.

 

You cannot change the measure properties of 1 of the row values. (To show 2  rows as sum and one row as percentage)

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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