Forum Discussion
nested ifs on different tables
Anonymous what is the relationship between these tables? One to one, one to many? if it is one to many, which side is many, and which is one, provide the model details for the solution.
✨ Follow us on LinkedIn and to our YouTube channel
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
hi,
here's the table relationships.
Duration is inside the incident fact table.
SMC OUTAGE_FACT (OUTAGEPRIORITYKEY) => OUTAGE_PRIORITY_DIM (OUTAGEPRIORITYKEY)
*Many to One - Single
INCIDENT_FACT (OUTAGE_SEQUENCE) => SMC OUTAGE_FACT (SEQUENCE_NUMBER)
*Many to One - Both