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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
Microsoft Employee
Microsoft 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
Microsoft Employee
Microsoft 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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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