About 1,830,000 results
Open links in new tab
  1. SQL with PowerBI - DataCamp

    Mar 28, 2019 · Let us walk through an example depicting how to connect SQL server database to Power BI Desktop and then use it to analyze the database. Sample Database. For the demonstration purpose, we will be using a publicly accessible SQL Server instance on AWS and a database which has been created based on the Superstore dataset.

  2. Query Folding And Writing Your Own SQL Queries In Power Query/Power BI ...

    Jun 11, 2017 · When you connect to a relational database like SQL Server in Power BI/Power Query/Excel Get & Transform you have two choices about how to get the data you need: You can choose a table from the database and then either use the Query Editor UI or write some M to get the data you need from that table.

  3. Querying SQL Server Data with Power BI Desktop

    Sep 10, 2015 · The Edit Query functionality in the Power BI Desktop (PBID), even in these early stages of its release, contains a rich set of features and functionality. For instance, PBID provides the ability to: 1) duplicate a column 2) split a column into parts 3) to change column data types.

  4. Tutorial: Connect to on-premises data in SQL Server - Power BI

    Sep 6, 2024 · In this tutorial, you explore how to refresh a Power BI semantic model from a relational database that exists on premises in your local network. Specifically, this tutorial uses a sample SQL Server database, which Power BI must …

  5. How To Write A SQL Query In Power BI - PowerBI Consultant …

    May 20, 2022 · Do you want to learn how to write SQL queries in Power BI? This guide will show you how to do just that. It will teach you the basics of SQL and walk you through the steps of writing a query.

  6. How to Use SQL in Power BI - Process Street

    In this section, we will discuss the top strategies for utilizing SQL in Power BI, including how to optimize your SQL queries for faster performance, how to leverage SQL functions within the platform, and how to utilize parameters for more customized data retrieval.

  7. Using SQL on Dataverse for Power BI - Hat Full of Data

    Apr 26, 2023 · SQL (Structured Query Language) has been used to get data in and out of databases for decades. Dataverse is a database. So lets use SQL on Dataverse to fetch data into a report. This can simplify our queries and make a direct query report easier to write.

  8. Connect Power BI to SQL Server: Step-by-step Guide - SQL Spreads

    Dec 24, 2024 · Building dashboards and reports in Power BI requires two key steps: Get and transform your data — This involves getting all your data into a SQL Server database and specifically, how to connect Power BI to SQL Server. Design your dashboards and reports — Once your data is ready, you can create the visualizations your team needs.

  9. How to Create a Power BI Report from SQL Query - thebricks.com

    Apr 15, 2025 · Creating a Power BI report from an SQL query transforms raw data into insightful visualizations, offering a powerful way to communicate information. While the process may seem daunting at first, it becomes intuitive with practice.

  10. How SQL and Power BI Work Together for Data Analysis

    Mar 21, 2025 · Writing bespoke SQL queries is an alternative to importing whole tables in Power BI. This optimizes performance and speeds up load times when you wish to obtain only particular data from your database. Example SQL Query for Power BI: SELECT CustomerID, Name, SUM (Sales) as TotalSales. FROM SalesData. WHERE OrderDate >= ‘2023-01-01’.

  11. Some results have been removed
Refresh