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
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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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