cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Braunnz
Frequent Visitor

Using a lookup table for a calculated column AND a relationship at the same time -- is it possible?

I have a dataset (main table) with a numeric value that's binned based on another table created via manual table entry.

The bin table has a category name field, which is the field used to relate to the main table, and also what's dragged into visuals. These categories are sorted by a separate sort order column because they have labels that aren't just numbers.

Originally in the main table I just had a nested if calculated column to assign the 6 possible bin categories. This allowed for a relationship between the two tables. It's tedious to edit, so  I tried automating like this:

Category =
var val = 'Main Table'[Value]
return
CALCULATE(
                    MAXX('Bin Table','Bin Table'[Category]),
                     'Bin Table'[Floor] <= val,
                     'Bin Table'[Ceilling] >= val )

The formula works as intended, but not if the relationship to the bin table is active. Is there some more refined DAX I could use to have both the relationship and calculated column based on the same table? To be clear I want to calculate Category, and then also create a relationship based on it.

I understand I could duplicate the bin table and have one for each purpose, but that doesn't feel like the 'proper' solution to me.

Thanks,
Braunnz
1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Read about TREATAS()

 

Please provide sanitized sample data that fully covers your issue.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

Read about TREATAS()

 

Please provide sanitized sample data that fully covers your issue.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors