Skip to content

Commit

Permalink
docusaurus 3.5.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
dgosbell committed Sep 8, 2024
1 parent b6de985 commit fd15f0b
Show file tree
Hide file tree
Showing 14 changed files with 4,963 additions and 3,111 deletions.
4 changes: 3 additions & 1 deletion blog/2022-08-20-welcome/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ tags: [daxstudio]

Welcome to the DAX Studio blog.

This is an area where we will put content of interest to DAX Studio users
This is an area where we will put content of interest to DAX Studio users

<!-- truncate -->
2 changes: 1 addition & 1 deletion blog/2022-08-24-v3-released/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: [daxstudio]
# DAX Studio version 3.0

Today we are happy to announce the release of version 3 of DAX Studio

<!-- truncate -->
## Dark Mode!

This has been an outstanding request for a long time and finally we are happy to announce that we now support Dark Mode! You can switch between the 3 different mode settings using the button at the top of the ribbon
Expand Down
2 changes: 1 addition & 1 deletion blog/2023-03-13-v3_0_6/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Issue from '@site/src/components/Github-Issue';
# DAX Studio version 3.0.6

Today we are happy to announce the release of version 3.0.6 of DAX Studio

<!-- truncate -->
## Updated Timeline/Waterfall visualization in Server Timings
The old Waterfall column has been replaced by the new Timeline column. This column contains the same information as the old waterfall column, but includes a new background image to help visualise times during the execution of a query when either the formula engine (denoted by yellow sections) or the storage engine (denoted by blue sections) was active.

Expand Down
2 changes: 1 addition & 1 deletion blog/2023-04-17-v3_0_7/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Issue from '@site/src/components/Github-Issue';
# DAX Studio version 3.0.7

Today we are happy to announce the release of version 3.0.7 of DAX Studio

<!-- truncate -->
## Metadata loading improvements

DAX Studio uses an asynchronous, lazy loading strategy to populate the metadata which has worked reasonably well over the years, but we occassionaly see some strange errors due about reader objects being already in use (such as those in issue <Issue id="1076"/> ) or responses containing unexpected data. There are actually a number of small tweaks in the previous verion (3.0.6) which were meant to help avoid these issues, but there was also one minor improvement to the formatting of query results which made this worse.
Expand Down
2 changes: 1 addition & 1 deletion blog/2023-06-30-v3_0_8/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Issue from '@site/src/components/Github-Issue';
# DAX Studio version 3.0.8

Today we are happy to announce the release of version 3.0.8 of DAX Studio which includes the following fixes and Updates

<!-- truncate -->
:::info
If you are testing out the new Fabric Direct Lake mode you should upgrade to this version as it improves the performance of the metadata loading.
:::
Expand Down
2 changes: 1 addition & 1 deletion blog/2023-08-16-v3_0_10/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import Issue from '@site/src/components/Github-Issue';
# DAX Studio version 3.0.10

Today we are happy to announce the release of version 3.0.10 of DAX Studio which includes the following fix.

<!-- truncate -->
# Fixes
* Fix crash dialog that appears when connecting or changing tabs when the [Indent Based Folding](/docs/features/indent-code-folding) preview feature is NOT enabled
2 changes: 1 addition & 1 deletion blog/2023-08-16-v3_0_9/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Issue from '@site/src/components/Github-Issue';
# DAX Studio version 3.0.9

Today we are happy to announce the release of version 3.0.9 of DAX Studio which includes the following fixes and Updates

<!-- truncate -->
:::info
If you are testing DAX Optimizer you should update to this release as it includes .
:::
Expand Down
2 changes: 1 addition & 1 deletion blog/2023-11-21-v3_0_11/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Issue from '@site/src/components/Github-Issue';
# DAX Studio version 3.0.11

Today we are happy to announce the release of version 3.0.11 of DAX Studio which includes the following fix.

<!-- truncate -->
## Updates
* Improved Query Folding logic
* updated vpax libraries
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-07-29-v3_1_0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Issue from '@site/src/components/Github-Issue';
# DAX Studio version 3.1.0

Today we are happy to announce the release of version 3.1.0 of DAX Studio which includes the following fix.

<!-- truncate -->
## Highlights

### DSCMD - DAX Studio command line utility
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-08-07-v3_2_0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Issue from '@site/src/components/Github-Issue';
# DAX Studio version 3.2.0

Today we are happy to announce the release of version 3.2.0 of DAX Studio which includes the following new features and fixes.

<!-- truncate -->
## Updates / New Features
* Improving [Smart Paste](https://daxstudio.org/docs/features/smart-paste/)
* <Issue id="1288" /> Added Support for [View Metrics StatsColumnBatchSize](https://daxstudio.org/docs/features/model-metrics/#metric-options-dialog)
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-09-04-v3_2_1/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Issue from '@site/src/components/Github-Issue';
# DAX Studio version 3.2.1

Today we are happy to announce the release of version 3.2.1 of DAX Studio which includes the following new features and fixes.

<!-- truncate -->
## DSCMD - DAX Parameter Support
If you want to run a DAX query from the command line which has a parameter in it you can now pass a value to be used by that parameter

Expand Down
2 changes: 1 addition & 1 deletion docs/features/command-line/commands/csv-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DSCMD CSV <OutputFile> [OPTIONS]
| -c, --connectionstring &lt;CONNECTIONSTRING> | The connection string for the data source |
| -f, --file &lt;FILE> | A file containing a DAX query to be executed. Could be a text file or .dax or .daxx |
| -q, --query &lt;QUERY> | A string with the DAX query to be executed |
| -t, --filetype &lt;VALUE>| Can be one of the following values { UTF8CSV, UNICODECSV, JSON, TAB } if omitted the file extension is used <ul><li>.csv - UFT-8 csv file is generated</li><li>.txt - tab delimited file is generated</li><li>.json - a json file is generated </li></ul>|
| -t, --filetype &lt;VALUE>| Can be one of the following values ( UTF8CSV, UNICODECSV, JSON, TAB ) if omitted the file extension is used <ul><li>.csv - UFT-8 csv file is generated</li><li>.txt - tab delimited file is generated</li><li>.json - a json file is generated </li></ul>|
| -m, --parameter &lt;PARAMETER=VALUE> | Parameter values to be passed into the query (see [-m --parameter option](#-m---parameter-option) below)|

### -m --parameter Option
Expand Down
Loading

0 comments on commit fd15f0b

Please sign in to comment.