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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
manubk
Helper I
Helper I

Average of Two columns by adding the second Column First row to the First Column

Hi Team,

 

I tried differet ways to get Average for the below data but was not possible to get the Dax foumula. Could some one help me in cracking this problem.

 

I have two columns named Checking as First column and First date Min as Second Column.

 

Problem - I need to get average by  considering the  First date Min column first row data in Checking column

 

Below is the example 

 

manubk_0-1739792347786.png

  

manubk_1-1739792372717.png

 

 

It need to get average as below 

 

manubk_3-1739792489335.png

 

1 ACCEPTED SOLUTION

Make sure you are creating it as measure

arvindsingh802_0-1739807765908.png

 


If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Proud to be a Super User!!

View solution in original post

5 REPLIES 5
manubk
Helper I
Helper I

@Anonymous  Marked as Accept as Solution.. Thanks for helping 

Anonymous
Not applicable

Hi @manubk,

 

Thanks @arvindsingh802  for Addressing the issue.

 

we would like to follow up to see if the solution provided by the super user resolved your issue. Please let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

 

Regards,
Vinay Pabbu

arvindsingh802
Super User
Super User

Not sure with your context, but if only need Average as highlighted then use below
Average = DIVIDE(SUM('Table'[Checking])+FIRSTNONBLANK('Table'[First date Min],TRUE()),COUNT('Table'[Checking ])+1)


If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Proud to be a Super User!!

@arvindsingh802  Thanks for your reply .. When i tried using the above formula value is getting 228120 as average .. Which i am supposed to get 523762 as above mentioned .. Can you please check and confirm 

 

 

Make sure you are creating it as measure

arvindsingh802_0-1739807765908.png

 


If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Proud to be a Super User!!

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.