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! Learn more

Reply
Anonymous
Not applicable

Help with divide each month value with fixed value power bi

Hi,

 

I have this table:

Bokin_6687_1-1634735596054.png

I have "Cubic of water" column with value every month, and Acres column that declare only on Jan for each year.

I want to divide each month with Acres Jan value for each year.

 

for example i want something like this:

Bokin_6687_2-1634735928626.png

P.S. I don't really need Acres column in the visual it's just for the explanation.

 

Thanks

 

2 REPLIES 2
Anonymous
Not applicable

Hi,

 

You can use below Dax in this scenario,

 

Water for acres = CALCULATE(SUM(Table1[Cubic of Water])/SUMX(FILTER(Table1,Table1[Dates].Year = Selectedvalue = 'Table1'[Year])))
Anonymous
Not applicable

Thanks,

But it's not working for me,

 

What about the Acres Column?

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.