Forum Discussion

nicoenz's avatar
nicoenz
Helper III
2 years ago
Solved

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...
  • lbendlin's avatar
    2 years ago

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

  • Anonymous's avatar
    Anonymous
    2 years ago

    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