About 24,600,000 results
Open links in new tab
  1. Query overview in Power BI Desktop - Power BI | Microsoft Learn

    Sep 4, 2024 · Use Power Query Editor to connect to one or many data sources, shape, and transform the data to meet your needs, then load that model into Power BI Desktop. This article provides an overview of the work with data in the Power Query Editor, but there's more to learn.

  2. 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.

  3. SQL with PowerBI - DataCamp

    Mar 28, 2019 · Using SQL and Power BI together takes the data analysis to the next level. We can easily connect the SQL Server to Power BI and extract the data directly into it. Power BI enables the users to toggle connections with a click to …

  4. 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.

  5. Querying SQL Server Data with Power BI Desktop

    Sep 10, 2015 · Working with SQL Server Data in the Power BI Desktop. In order show the full functionality of the query tools, we will use one of the data sources for now. I hope to complete tips on the various data sources in the near future. As such, the first query we will create is from the AdventureWorks database; thus it will be a SQL Server data source.

  6. Passing Parameters To SQL Queries With Value.NativeQuery() In Power ...

    Dec 11, 2016 · Now, with Value.NativeQuery (), you can handle SQL query parameters properly in M. Here’s a simple example that shows how it works, passing two parameters to a SQL query on the Adventure Works DW database: Source = Sql.Database("localhost", "Adventure Works DW"), Test = Value.NativeQuery( Source, "SELECT * FROM DimDate.

  7. 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.

  8. Visualize data from Azure Data Explorer using a SQL query in Power BI

    Jan 25, 2023 · Azure Data Explorer provides three options for connecting to data in Power BI: use the built-in connector, import a query from Azure Data Explorer, or use a SQL query. This article shows you how to use a SQL query to get data and visualize it in a Power BI report.

  9. Implementing SQL Stored Procedures with Parameters in Power BI

    When combined with Power BI, stored procedures can help streamline data retrieval and improve report performance. This blog provides a step-by-step guide on how to use SQL stored procedures in Power BI, including their benefits and best practices. Step 1: …

  10. 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 access through an on-premises data gateway. In this tutorial, you complete the following steps:

  11. Some results have been removed
Refresh