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
Hi,
I am trying to replace blank values in the column "value" with the max value if country = US.
It is working fine if i enter replacement value as integer.
Columns in Table A: Key, Country, Value
Columns in Table B: Key, Country, Sales
Thanks in advance!
Alright so this is how i resolved it.. Might not be the smartest way but it worked
Created a variable '_num' : this contains the max value of column [Value] when country is US
@Anonymous
write
if(isblank('Table A'[ Value]) , _num,'Table A'[ Value])
hi,
I had initially tried this out but it did not work - check the original screenshot.
However for now i was able to solve it.
Thanks
Dear friend , You can use
Replace = IF (ISBLANK(Values) , 0 ,Values)
This will help
Please give appreciation by pressing kudos button
And if it helped please accept this post as an answer
If you didn't get to answer
Please tag me I'll be more than happy to help you !
Regards
Sujit
Dear @Anonymous ,
I hope you reached your goal
Please accept my post as solution , if it helped , if you have doubt feel free to tag and reply 😁
Regards ,
Sujit Thakur
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
22 | |
19 | |
17 | |
9 | |
5 |
User | Count |
---|---|
36 | |
29 | |
16 | |
15 | |
12 |