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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Dusenberrytw
Regular Visitor

DAX measure help multiple measures referenced in a table not working

I am trying to recreate an excel based spread sheet in Power BI. I do not want to use any calculated columns because some of the measures rely on a selected value and I do not want to have to refresh all the time to get the solution. When I display the data in a table and filter it to the that I want, everything works except this measure:

MADJ AAD = ABS([MADJ Ratio]-[MADJ Median]).

The supporting measures are as follows:

MADJ Ratio = DIVIDE([MADJ Value], SUM('Improv_W_Count&LEA'[SALEPRICE]),0)*100

MADJ Value =
SUMX(
'Improv_W_Count&LEA',[House Value] * SELECTEDVALUE('Market Adjustment 2'[Market Adjustment])
+ 'Improv_W_Count&LEA'[CURRENT YEAR LANDVALUE])

House Value =
SUM('Improv_W_Count&LEA'[TOTALVALUE])-SUM('Improv_W_Count&LEA'[CURRENT YEAR LANDVALUE])

MADJ Median = MEDIANX(VALUES('Improv_W_Count&LEA'[ACCOUNTNO]), [MADJ Ratio])

Dusenberrytw_0-1697212786810.png

 



1 ACCEPTED SOLUTION

MADJ AAD = ABS([MADJ Ratio]-CALCULATE([MADJ Median],ALLSELECTED()))

View solution in original post

3 REPLIES 3
Dusenberrytw
Regular Visitor

Pbix 

Sample Data Set added.

MADJ AAD = ABS([MADJ Ratio]-CALCULATE([MADJ Median],ALLSELECTED()))
lbendlin
Super User
Super User

Forget that this came from Excel.  Describe what you are trying to achieve.

 

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
If you are unsure how to do that please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

If you want to get answers faster please refer to https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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