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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ankit3977
Frequent Visitor

Calculation of Avg and case for find out effort on project

Hello All, 

In My data Set, We have different user who work on different task against that given task. So we are using below function in Excel to find out club all task by person wise(refer snap).  ((1-((avg(cast(x.TaskInstanceEffort as decimal(10,2)))/60)/(avg(cast(x.ExpectedTaskEffort as decimal(10,2)))/60)))) AS EffortVariance

Now I need to find out same calculation in power BI by person wise to match Excel data set. I have try to use below Measure but I am not getting same result.  EV Measure = ((AVERAGE('Effort Variance'[ExpectedTaskEffort]))-(AVERAGE('Effort Variance'[TaskInstanceEffort])))/ AVERAGE('Effort Variance'[ExpectedTaskEffort])  So could you please suggest how I can get same reuslt in Power BI like Excel?   

 

ankit3977_0-1693062695186.png

 

ankit3977_1-1693062695546.png

 

 

1 REPLY 1
foodd
Super User
Super User

Please create a pbix file that contains some sample data but still reflects your data model (tables, relationships, calculated columns, and measures), upload the pbix to Onedrive or Dropbox, and share the link. Please use Excel to create the sample data instead of the manual input method share the xlsx as well.

 

Describe the expected results based on the sample you provide.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors
Top Kudoed Authors