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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
Anonymous
Not applicable

How to find the product of a measure and calculated column

This post has closed.

1 ACCEPTED SOLUTION
v-henryk-mstf
Community Support
Community Support

Hi @Anonymous ,

 

The reason for the above error is: calculation logic of measure is related to its current contexts and related to your data model. I did a simple test, created a measure and calculated column respectively, and got the correct result.

Measure = CALCULATE(COUNTROWS('Table'),ALL('Table'))
Column = 'Table'[Target putput per day] * [Measure]

vhenrykmstf_0-1628066849859.png

 

So check your table, and the relationship model between the tables. If you can provide a test data model (delete sensitive information), I will answer you as soon as possible.


Best Regards,
Henry


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-henryk-mstf
Community Support
Community Support

Hi @Anonymous ,

 

The reason for the above error is: calculation logic of measure is related to its current contexts and related to your data model. I did a simple test, created a measure and calculated column respectively, and got the correct result.

Measure = CALCULATE(COUNTROWS('Table'),ALL('Table'))
Column = 'Table'[Target putput per day] * [Measure]

vhenrykmstf_0-1628066849859.png

 

So check your table, and the relationship model between the tables. If you can provide a test data model (delete sensitive information), I will answer you as soon as possible.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

MFelix
Super User
Super User

Hi @Anonymous ,

 

This has to do with a question of context and the granularity of the information how the measure and the total values are calculated.

 

Can you share how you are calculating both measures (Number days and Target Output) if possible can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.

If the information is sensitive please share it trough private message.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.