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,
Below calculated column returns "Early" if column [Visits_ActStart] is less than column [Visits_StartTime].
However, it also returns "Early" if [Visits_ActStart] is blank.
How can I modify this so it won't return "Early" if [Visits_ActStart] is blank.
Solved! Go to Solution.
You can use an extra condition for [Visits_ActStart] <> blank(), however, there is a better way to write down the column using SWITCH:
Punctuality = SWITCH(TRUE,
You can use an extra condition for [Visits_ActStart] <> blank(), however, there is a better way to write down the column using SWITCH:
Punctuality = SWITCH(TRUE,
That does exactly what I need. Thank you. I will look to use SWITCH in future.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
97 | |
96 | |
58 | |
45 | |
42 |