We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi friends,
It looks quite simple and it works when I apply the "IF" function on the "Date" column to perform an operand on column 'kWh' as shown below. However, I have no success when I add multiple criteria to 'Date' for example I want to do this multiplication only for 3 days and my code is as below but the 'New column' comes with "Error"
if [date]=#date(2021,05,02) or [date]=#date(2021,05,03) then [kWh]*1000 else [kWh]
any idea please!
Solved! Go to Solution.
Thanks, Vera, I think I solved it with expanding it into multiple 'else' and 'if' 🙂
Thanks, Vera, I think I solved it with expanding it into multiple 'else' and 'if' 🙂
Hi @Alirezam
What is the error? I saw your Date column was typed [date] here, is it the reason? M is case sensitive
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 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 7 | |
| 5 |