Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |