cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
NishPatel
Helper III
Helper III

Yearly Total in a Column

I have a requirement where I need to use SUM of yearly numbers in a calculation against each row within a year. I am new to this community and not sure if I am able to explain it properly or not. Fiscal Year and Fiscal Month are the two rows in the matrix. Thank You in advance.

NishPatel_0-1615475363463.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@NishPatel , Try one of the two measures with Rate measure

 

calculate([Rate], allexcept(Table, Table[Year]))

 

or

 

calculate([Rate], filter(allselected(Table), Table[Year] = max(Table[Year])))

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@NishPatel , Try one of the two measures with Rate measure

 

calculate([Rate], allexcept(Table, Table[Year]))

 

or

 

calculate([Rate], filter(allselected(Table), Table[Year] = max(Table[Year])))

Hi Amit, If i use this measure in another matrix, the result is not right. So the file I data I shared earlier had Hours by Month. But if i add one more level below (Row under Month), Employee then the number are changed. How can i make this numbers not to change? Thanks again in Advance.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors