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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Fcoatis
Post Patron
Post Patron

CALCULATETABLE

Hello community,

 

Is there a way to accomplish this:

 

CGJOBS Reduced = CALCULATETABLE(CGJOBS;CGJOBS[JOB]=VALUES(realocJOBS[JOB]))
 
I have big table CGJOB and I want to reduce it  (I mean filter) using the distinct values of an unrelated table´s column.
 
Thanks in advance
 
 
1 ACCEPTED SOLUTION
LivioLanzo
Solution Sage
Solution Sage

@Fcoatis

 

try:

CGJOBS Reduced = CALCULATETABLE(CGJOBS;CGJOBS[JOB] IN VALUES(realocJOBS[JOB]))

 


 


Did I answer your question correctly? Mark my answer as a solution!


Proud to be a Datanaut!  

View solution in original post

2 REPLIES 2
LivioLanzo
Solution Sage
Solution Sage

@Fcoatis

 

try:

CGJOBS Reduced = CALCULATETABLE(CGJOBS;CGJOBS[JOB] IN VALUES(realocJOBS[JOB]))

 


 


Did I answer your question correctly? Mark my answer as a solution!


Proud to be a Datanaut!  

Thank you very much!

 

Thats exactly what I was looking for.

 

Best Regards

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.