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
Chanleakna123
Post Prodigy
Post Prodigy

Calculation between Column table and Measure

1.PNG1.PNG

Hi , Total Scheme Volumn is calculated , 

And Price is from the table without any calculation. 

I wanna have one calculation with = Total Scheme Volumn * Price , 
please aware that the Price Column can't be sum up , all apply for 6.11 . 

i try many calculation , it shown me the warning sign . 
Can you help me please ? in the mean time , look like the Price for Couple or Trade are sum up , actually , i dun want the price of Couple to be sum up , otherwise the calculation turn wrong from my side. 

 

1 ACCEPTED SOLUTION
v-danhe-msft
Employee
Employee

Hi @Chanleakna123,

Based on my test, you could refer to below formula:

Measure = var total=CALCULATE(COUNT(Table1[Scheme]))
return CALCULATE(MIN(Table1[Price])*total)

Result:

1.PNG

You could also download the pbix file to have a view.

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-danhe-msft
Employee
Employee

Hi @Chanleakna123,

Based on my test, you could refer to below formula:

Measure = var total=CALCULATE(COUNT(Table1[Scheme]))
return CALCULATE(MIN(Table1[Price])*total)

Result:

1.PNG

You could also download the pbix file to have a view.

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Top Solution Authors