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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
nicoenz
Helper III
Helper III

How can I implement this decision maker?

Hi everyone, 

I am building a model to help me choose which container I need to use based on the material I want to ship and the average temperature of the sending and receiving ports. for a certain product if it's too hot say >30 degC (this threshold depends on the selected product) it needs to go on temperature controlled containers, else in ambient containers.

  • Storage list table contains the data of the material to be shipped.
  • Ports of Origin and Destination will retrieve the temperature from weather tables.
  • Key measure calculates the average temp

The tables are not linked so i guess it's not possible but maybe someone has an idea...

 

nicoenz_0-1697095377284.png

 

 

Is there a way to achieve this?

I could do it in excel but translating it to here is proving quite difficult for me 😞

 

 

 

thanks!!!

2 ACCEPTED SOLUTIONS
lbendlin
Super User
Super User

If you can do it in Excel, keep doing it in Excel.  Power BI is not a logistics planning tool.

View solution in original post

Anonymous
Not applicable

HI @nicoenz,

AFIAK, current power bi can create measure expression to show the correspond result based on condition and filter interactions in visuals, but it does not support to create dynamic calculate column/table based on filter effects. (they do not work on the same level and you can’t use the child level to affect their parent)

Notice: the data level of power bi(from parent to child level)

Database(external) -> query table(query, custom function, query parameters) -> data model table(table, calculate column/table) -> data view with virtual tables(measure, visual, filter, slicer)

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @nicoenz,

AFIAK, current power bi can create measure expression to show the correspond result based on condition and filter interactions in visuals, but it does not support to create dynamic calculate column/table based on filter effects. (they do not work on the same level and you can’t use the child level to affect their parent)

Notice: the data level of power bi(from parent to child level)

Database(external) -> query table(query, custom function, query parameters) -> data model table(table, calculate column/table) -> data view with virtual tables(measure, visual, filter, slicer)

Regards,

Xiaoxin Sheng

lbendlin
Super User
Super User

If you can do it in Excel, keep doing it in Excel.  Power BI is not a logistics planning tool.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.