Skip to content

Commit a047b90

Browse files
Merge pull request #808 from DataZoeMS/patch-6
Update dax-queries.md
2 parents 0e9c740 + a055033 commit a047b90

7 files changed

Lines changed: 166 additions & 1 deletion

File tree

query-languages/dax/dax-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: conceptual
55
---
66
# DAX queries
77

8-
Reporting clients like Power BI and Excel execute DAX queries whenever visuals display in a report, or a field added to a table, and these DAX queries adjust when a filter is applied. The [performance analyzer](/power-bi/create-reports/desktop-performance-analyzer) in Power BI Desktop can show you these DAX queries and even run them in the DAX query view.
8+
Reporting clients like Power BI and Excel execute DAX queries whenever visuals display in a report, or a field added to a table, and these DAX queries adjust when a filter is applied. The [performance analyzer](/power-bi/create-reports/desktop-performance-analyzer) in Power BI Desktop can show you these DAX queries and even run them in DAX query view of Power BI Desktop.
99

1010
By using [DAX query view](/power-bi/transform-model/dax-query-view) in Power BI Desktop or [Write DAX queries](/power-bi/transform-model/dax-query-view#dax-query-view-in-web) in Power BI service, you can create and run your own DAX queries. With [Microsoft Fabric](/fabric/get-started/microsoft-fabric-overview), you can further increase your productivity with [Copilot to write DAX queries](/dax/dax-copilot) in DAX query view of Desktop or web. In addition to Power BI tools, DAX queries can be run in [Fabric notebooks](/fabric/data-engineering/how-to-use-notebook) using [semantic link](/fabric/data-science/read-write-power-bi-python) to read data from semantic models with python, and with the [Execute Queries REST API](/rest/api/power-bi/datasets/execute-queries), also available in [Power Automate](https://powerbi.microsoft.com/blog/unlocking-new-self-service-bi-scenarios-with-executequeries-support-in-power-automate/). Other tools such as [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms) (SSMS), [Power BI Report Builder](/power-bi/paginated-reports/report-builder-power-bi), and open-source tools like [DAX Studio](https://daxstudio.org), also allow you to create and run DAX queries.
1111

query-languages/dax/info-functions-dax.md

Lines changed: 161 additions & 0 deletions
Large diffs are not rendered by default.
137 KB
Loading
148 KB
Loading
143 KB
Loading
137 KB
Loading

query-languages/dax/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ items:
310310
href: yielddisc-function-dax.md
311311
- name: YIELDMAT
312312
href: yieldmat-function-dax.md
313+
- name: INFO functions
314+
items:
315+
- name: INFO functions overview
316+
href: info-functions-dax.md
313317
- name: Information functions
314318
items:
315319
- name: Information functions overview

0 commit comments

Comments
 (0)