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 all,
I am trying to create an if measure only for rows that are not blank, here is where I am stuck.
if(selectedvalue(Table1[value])= ISNOTNULL then (selectedvalue(Table2[contractor])) else null
The bold part is where I am not sure how to label, is there a way to only reference rows that are not null?
Solved! Go to Solution.
Hi @drogzy ,
Do you mean something like this?
if ( selectedvalue(Table1[value]) <> BLANK(), selectedvalue(Table2[contractor], BLANKU() )
let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Hi @drogzy ,
Do you mean something like this?
if ( selectedvalue(Table1[value]) <> BLANK(), selectedvalue(Table2[contractor], BLANKU() )
let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |