Typo on question 4

Crispin Roundtree 60 Reputation points
2024-04-11T10:23:20.09+00:00

https://learn.microsoft.com/en-us/training/modules/dax-power-bi-write-formulas/7-check

4.

You write a DAX formula that adds BLANK to the number 20. What is the result?

The result is zero (0).

The resultis 20.

The result is BLANK.

resultis should be corrected to result is.

Can this get resolved?

Community Center | Not monitored
{count} votes

Accepted answer
  1. Anonymous
    2024-04-16T08:10:50.9766667+00:00

    Hi Crispin Roundtree,

    Your patience is greatly appreciated.

    We have reached out to the content author and got a confirmation saying that they had fixed the issue changes as shown in below screenshot for your reference.
    User's image

    If it is helpful, please accept the answer by clicking the "Upvote" and "Accept Answer" on the post. If you are still facing any issue, please let us know in the comments. We are happy to assist you.

    Thank you.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-04-11T12:49:42.05+00:00

    Hi Crispin Roundtree,

    As we investigated the correct is "The result is 20".

    The original DAX formula is adding BLANK to the number 20.

    When you add any number to BLANK (also known as NULL), the result remains unchanged. It’s like adding zero to the number.

    Therefore, 20 + BLANK is still 20.

    The result is 20 because adding BLANK to any number doesn’t alter the value of that number.

    If the information is helpful, please accept the answer by clicking the "Upvote" and "Accept Answer" on the post. If you are still facing any issue, please let us know in the comments. We are glad to help you.

    Thank you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.