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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
SwedeJones
Frequent Visitor

CALCULATE with filter from unrelated column

Hi,

I have two tables which for several reasons are unrelated but contain same cities. Table1 & Table2.

I wish to calculate [Sales] based on the slicer of one of them but calculate for the other like this:

 

CALCULATE( [Sales] , Table2[City] = SELECTEDVALUE( [Table1[City] ))

 

However, I cannot get the above to work. Any suggestions?

 

I am using a Tabular/live Azure cube.

 

Thank you,

BR Jonas

1 ACCEPTED SOLUTION
v-danhe-msft
Employee
Employee

Hi @SwedeJones,

Based on my test, you could refer to below formula:

Measure = CALCULATE( MAX([Sales]) , FILTER('Table2',Table2[City] = SELECTEDVALUE( Table1[City])))

Result:

1.PNG

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-danhe-msft
Employee
Employee

Hi @SwedeJones,

Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered to close this topic?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-danhe-msft
Employee
Employee

Hi @SwedeJones,

Based on my test, you could refer to below formula:

Measure = CALCULATE( MAX([Sales]) , FILTER('Table2',Table2[City] = SELECTEDVALUE( Table1[City])))

Result:

1.PNG

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
Super User
Super User

Try:

 

CALCULATE( [Sales] , Table2[City] = MAX( Table1[City] ))

@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Thank you, didn't work unfortnatly Smiley Indifferent

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.