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
Anonymous
Not applicable

@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

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@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

Thanks @Anonymous,I did create a measure directly and it works.

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.