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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
jatneerjat
Helper V
Helper V

Multiplication of measure and column give incorrect result

Hi,

 

I have created a calculated column by multiplying a measure and a column as below

 

2.PNG

 

but when i drag this column in power bi then it gives me wrong result as below:

 

here i multiply A and B,the result is C

 

1.PNG

 

What could be the reason?

1 ACCEPTED SOLUTION
v-yuezhe-msft
Microsoft Employee
Microsoft Employee

@jatneerjat,

Please share sample data of your table so that we can test.

I make a test in my own sample table and create the column below.

Column = CALCULATE(SUM(Table3[Price])*[Measure],FILTER(Table3,Table3[Type]=EARLIER(Table3[Type])))

0.PNG

By the way, why not directly create a measure?

Regards,
Lydia

Community Support Team _ Lydia Zhang
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

2 REPLIES 2
v-yuezhe-msft
Microsoft Employee
Microsoft Employee

@jatneerjat,

Please share sample data of your table so that we can test.

I make a test in my own sample table and create the column below.

Column = CALCULATE(SUM(Table3[Price])*[Measure],FILTER(Table3,Table3[Type]=EARLIER(Table3[Type])))

0.PNG

By the way, why not directly create a measure?

Regards,
Lydia

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

Thanks @v-yuezhe-msft,I did create a measure directly and it works.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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