Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 @Lephantis
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 @Lephantis
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 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.