Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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.
User | Count |
---|---|
84 | |
74 | |
63 | |
51 | |
45 |
User | Count |
---|---|
101 | |
43 | |
41 | |
39 | |
36 |