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.
Hello all, iam new here and i need help please in some DAX tranlation in order to translate the below IF statement:
=IF(I735="Change",O735-N735,"00:00:00")
=IF(NOT(I735="Change"),O735-N735,"00:00:00")
Thans in advence
@loay_younis Below is how I read them.
=IF(I735="Change",O735-N735,"00:00:00")
If the row value in column I735 is "Change", then return O735 - N735 (I'm not sure how or if that will work), else return the text value of "00:00:00."
=IF(NOT(I735="Change"),O735-N735,"00:00:00")
If the row value in column I735 is not "Change", then do something with O735 - N735, else return the text value of "00:00:00."
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |