The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have the below formula that is calculating the last blank value and pulling it into this new table. My question is it easily possible to add another part of this formula to insert the phrase "Not submitted" if the formula is pulling a blank value.
Solved! Go to Solution.
Hi,
before your formula place If( your whole formula=blank(), "Not submitted", yourfromula)
or to make things cleaner use variable:
Completed=
var vCompleted= your formula
If( vCompleted=blank(), "Not submitted", vCompleted)
That worked! Thank you so much!
Please kudo and accept as a solution, thank you!
Hi,
before your formula place If( your whole formula=blank(), "Not submitted", yourfromula)
or to make things cleaner use variable:
Completed=
var vCompleted= your formula
If( vCompleted=blank(), "Not submitted", vCompleted)
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
19 | |
19 | |
18 | |
14 |
User | Count |
---|---|
42 | |
35 | |
24 | |
20 | |
19 |