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 Team,
I have created a measure :
I want to replace the blank values with Not Complete
Kindly anyone help ....
Hi @BhagyaRay14
Please try
Status Of Completion =
IF (
ISEMPTY ( TRANSACTIONS_EXP ),
"NOT COMEPLTE",
SELECTEDVALUE ( TRANSACTIONS_EXP[COMPLETION_STATUS], "NOT COMEPLTE" )
)
Sorry didn't work
not sure what to do..
If anything kindly let me know
You need to use dimension tables one for emails and one for courses
Try this
Status Of Completion =
VAR CourseName = SELECTEDVALUE( TRANSACTIONS_EXP[COMPLETION_STATUS] )
RETURN
COALESCE(CourseName,"NOT COMPLETE")
sorry team,
tried , didn't work..
if any other solution please let me know
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 |