Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I am trying to bring a copy of the Application Name into the mc_alerts table, by creating a Column using RELATED. That does not work.
Reason: I need to show relationship between lineofbusiness and applications on a pivot table
How to do it? for every alert, there is an applciation affected, so it should be possible.
Hi @hxkresl,
In mc_mc_alert_mc_applicationset table, you can create a calculated column using RELATED function.
AppName=RELATED(mc_Applications[ApplicationName])
Then create a calculated column in mc_alerts table like the formula. Please replace the [A] and [B] columns as your actual related table.
AppName1= CALCULATE(FIRSTNONBLANK(mc_mc_alert_mc_applicationset[AppName],1),USERELATIONSHIP(mc_alerts[A],mc_mc_alert_mc_applicationset[B]))
Best Regards,
Angelia
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 57 | |
| 45 | |
| 42 | |
| 20 | |
| 18 |