Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi everyone, I need some help, I have a table with several records where I need to validate the TYPE column with the following criteria:
V4 >X0 then V4+X0+ZK
V4 < X0 then X0-V4+ZK
** in this case V4 < X0 then X0-V4+ZK
I need to create the formula (rule) in the POWER QUERY that brings me the final value = 12166,88
** in this case V4 >X0 then V4+X0+ZK then the result would be = 24144,48
Could someone help me to do this in power query?
thank you all 🙂
Solved! Go to Solution.
I'd recommend Pivoting both the TIPO and VALOR_DIVDA columns in Power Query, That way you'd get ZK / V4/ X0 columns that you could then do your basic math checks against by adding a new calculated column and doing your IF statement
I'd recommend Pivoting both the TIPO and VALOR_DIVDA columns in Power Query, That way you'd get ZK / V4/ X0 columns that you could then do your basic math checks against by adding a new calculated column and doing your IF statement
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |