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
Easley06
Helper II
Helper II

Wrong totals

Hi, 

 

is there a way to get the right totals for this measure i need to add those 3 vertical to use in Card Visual the output should be 22.35

Formulas:

measure1 = [4 week AVG] * [measure2]
 
4 week AVG:= DIVIDE([ACTIVE REQUISITIONS],[AVG of Last 4 Weeks of 12 Weeks],0)
measure2 = DIVIDE([ACTIVE REQUISITIONS],[Measure],0)
Measure = CALCULATE([ACTIVE REQUISITIONS],ALL(FACT_Rcrtmnt_Move_Tracker_Req[Vertical]))

Easley06_0-1683612080281.png

Easley06_0-1683612352058.png

Total of this should be 22.35 

 

 

Thanks.

 

1 ACCEPTED SOLUTION
DimaMD
Solution Sage
Solution Sage

Hi @Easley06 try it 

newmeasure= SUMX( VALUE(Vertical), [measure1])

__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com

View solution in original post

1 REPLY 1
DimaMD
Solution Sage
Solution Sage

Hi @Easley06 try it 

newmeasure= SUMX( VALUE(Vertical), [measure1])

__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com

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.