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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
MTOnet
Helper III
Helper III

Creating a Measure to Calculate Expected Amount by Date

I'm having difficulty coming up with a measure to display information the way I want.  I don't have a lot of experience and am still teaching myself, while trying to create something that may be useful within my organization.

My data is setup in a similar fashion to this

Table 1

ti3RKtg

Table 2

tNjZq2g

I have a measure caluclating the total number of scripts for the selected project.  For this example, lets use 1000 as our total.  I'm trying to get the measure so that it has results like below, so that I can add it to a visualization to show exp

Measure Result

ul66lM1

I have tried different solutions, but I can only come up with a solution for a specific date.  I can't get it for the series of dates for the selected project.  I do have these values as a calculated column, but i wasn't able to add it to my visual since they  are seperate tables and I wasn't able to associate them together, so that is why I am trying a measure.

1 REPLY 1
v-eachen-msft
Community Support
Community Support

Hi @MTOnet ,

 

You just need to create a measure.

Expected Scripts =
SUM ( table2[Expected Percent] ) / 100 * 1000

Then create a table visual and slicer visual to display result.4-1.PNG

But I don't understand the role of table1. Can you provide more detailed instructions?

 

Best Regards,

Eads

 

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

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

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors