Power BI - Getting DataWhich Power Query M function is typically used to retrieve data from a REST API in Power BI?AExcel.WorkbookBOData.FeedCCsv.DocumentDWeb.ContentsCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify REST API connection functionWeb.Contents is used to call REST API endpoints and retrieve raw data.Step 2: Eliminate other optionsOData.Feed is for OData sources, Csv.Document parses CSV files, Excel.Workbook reads Excel files.Final Answer:Web.Contents -> Option DQuick Check:Web.Contents fetches web data [OK]Quick Trick: Use Web.Contents to call REST APIs in Power Query [OK]Common Mistakes:Using OData.Feed for REST APIsConfusing CSV or Excel functions with API callsAssuming Web.Contents parses JSON automatically
Master "Getting Data" in Power BI9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepSheetTryChallengeScenarioRecallDash
More Power BI Quizzes Basic Visualizations - Table and matrix visuals - Quiz 2easy Basic Visualizations - Why choosing the right visual matters - Quiz 15hard Basic Visualizations - Why choosing the right visual matters - Quiz 9hard Basic Visualizations - Bar and column charts - Quiz 5medium Data Cleaning with Power Query - Handling null and blank values - Quiz 14medium Data Cleaning with Power Query - Trim and clean text - Quiz 3easy Getting Data - Excel data import - Quiz 5medium Power BI Basics and Architecture - Power BI installation and setup - Quiz 5medium Power Query Editor - Replace values - Quiz 1easy Power Query Editor - Why data transformation ensures quality - Quiz 7medium