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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Taking Data from another table (Without relathions)

Hello,

 

I want to take a score fron another table without relathionships.

 

In fact, I want that in the Score Column in the Dataset table take the data from Frecuecy depending the number in "Días Transcurridos".

 

Datasets.JPG

 

The data where I have the score is in "Frecuency" table.

 

Frecuency.JPG

 

I use another table because the data is changing dinamicali depending the data (I've a Min and a max measure)

 

In conclution I want to do someling like this:

 

Ejemplo EXcel.JPG

 

If I should another modeling stepts to an RFM model I am always open to new ideas and improvements

from the community feedback!!
 
Thanks!
1 ACCEPTED SOLUTION

Hi,

 

Try this calculated column formula

 

=CALCULATE(MIN('Frequency Lower'[F.Puntaje]),FILTER('Frequency Lower','Frequency Lower'[Frecuency Lower]<=EARLIER([Dias Transcurridos])&&'Frequency Lower'[Frecuency Upper]>=EARLIER([Dias Transcurridos])))

 

As of now, nothing is returned because the lower and upper limit numbers in the frequency lower table are far below those in the Dias Transcurridos column.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

10 REPLIES 10

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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