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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
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.