Power BI - Data Cleaning with Power QueryWhich DAX function is best to replace blank values with a specific number in Power BI?AIFBLANK()BCOALESCE()CREPLACEBLANK()DISBLANK()Check Answer
Step-by-Step SolutionSolution:Step 1: Identify function to handle blanksCOALESCE() returns the first non-blank value, useful to replace blanks with a default.Step 2: Compare with other optionsISBLANK() checks for blanks but does not replace; IFBLANK() and REPLACEBLANK() do not exist in DAX.Final Answer:COALESCE() is best to replace blank values -> Option BQuick Check:Replace blanks = COALESCE() [OK]Quick Trick: Use COALESCE() to replace blanks with defaults [OK]Common Mistakes:Using ISBLANK() to replace values instead of checkAssuming IFBLANK() existsTrying to use REPLACEBLANK() which is not a DAX function
Master "Data Cleaning with Power Query" in Power BI9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepSheetTryChallengeScenarioRecallDash
More Power BI Quizzes Basic Visualizations - Why choosing the right visual matters - Quiz 13medium Basic Visualizations - Card and multi-row card - Quiz 12easy Data Cleaning with Power Query - Transpose operations - Quiz 3easy Data Cleaning with Power Query - Header promotion - Quiz 14medium Data Cleaning with Power Query - Removing duplicates - Quiz 5medium Power BI Basics and Architecture - Power BI Desktop vs Service vs Mobile - Quiz 5medium Power BI Basics and Architecture - Why Power BI is essential for business intelligence - Quiz 6medium Power BI Basics and Architecture - Power BI vs Tableau vs Excel comparison - Quiz 4medium Power BI Basics and Architecture - Power BI installation and setup - Quiz 4medium Power Query Editor - Filtering rows - Quiz 9hard