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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I want to substitute the data on a column (IF numero = 11 THEN 6), and it would be easy with a calculated column. The problem is that I can't make one (Since I'm using live connection). Is there any other way I can do this?
Solved! Go to Solution.
Hi @Anonymous
When you use a live connection, you cannot modify its model, so you cannot create calculated columns, and you can create measures.
e.g
Measure=If(SELECTEDVALUE('Table'[numero])=11,6)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
When you use a live connection, you cannot modify its model, so you cannot create calculated columns, and you can create measures.
e.g
Measure=If(SELECTEDVALUE('Table'[numero])=11,6)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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!