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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Eu consigo usar um parametro what if para alterar o valor de uma coluna ?
E outra pergunta, eu consigo colocar if em uma medida ?
Hi @redetop_pbi ,
No, the parameters are dynamic, but the columns are static. We cannot use parameters to change existing column values, but we can change measures.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@redetop_pbi , You can not use any slicer value in a new calculated column. Also do not use measures inside a column. It will not work as expected
You can do row-level calculations using sumx, minx, maxx etc