March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am looking to creat a column by calculating two columns only if one column has a number. For example below:
I only want to calculate Market Share if SA Market = 1 or anyother number. If it is 0, I would like it to return a - or leave it blank. I want to take the average of that last column, only including the ones that where there is an actual market share. How can I go about doing this? Thanks!
Solved! Go to Solution.
General syntax for your last column:
Market Share = IF([Difference] = 0,"-",SOME CALCULATION)
You would replace SOME CALCULATION with your desired calculation.
General syntax for your last column:
Market Share = IF([Difference] = 0,"-",SOME CALCULATION)
You would replace SOME CALCULATION with your desired calculation.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
90 | |
89 | |
85 | |
73 | |
49 |
User | Count |
---|---|
167 | |
147 | |
92 | |
70 | |
58 |