The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 | |
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
5 |
User | Count |
---|---|
25 | |
13 | |
12 | |
8 | |
8 |