Skip to content

Broken links in docs #359

Description

@greggyb

Script incoming in a PR shortly.

This output shows all links that are broken in our docs.

Reports are per content/... markdown file, but links are resolved from the built _site/ directory. We map each html doc and its links back to the markdown source.

For each failure we see

  • what the failure is: e.g. a 404, a missing anchor, a network error, or other failures
  • md grep: what to search for in the markdown source
  • html: the url from the generated HTML <a> tag
  • at: the exact line location in the generated html file if necessary

There may be multiple errors per file. Anything that should resolve to our own docs is an error below. Anything that resolves against an external host is a warning.

There is a list of all links that have issues after the per-file issues.
There are some summary stats per host at the bottom.

ERRORS -- 5 broken internal reference(s) across 3 file(s)

content/features/dax-query.md
  built: _site/en/features/dax-query.html
  missing file  (x1)
    md grep: xrefid:dax-debugger
    html:    _site/en/features/xrefid:dax-debugger
    at:      _site/en/features/dax-query.html:310
  missing file  (x1)
    md grep: xrefid:dax-scripts
    html:    _site/en/features/xrefid:dax-scripts
    at:      _site/en/features/dax-query.html:278

content/how-tos/Master-model-pattern.md
  built: _site/en/how-tos/Master-model-pattern.html
  HTTP 404 Not Found  (x1)
    md grep: /xref:Master-model-pattern#altering-partition-queries
    html:    /xref:Master-model-pattern#altering-partition-queries
    at:      _site/en/how-tos/Master-model-pattern.html:462

content/references/Roadmap2-h.md
  built: _site/en/references/Roadmap2-h.html
  HTTP 404 Not Found  (x1)
    md grep: /Advanced-features#folder-serialization
    html:    /Advanced-features#folder-serialization
    at:      _site/en/references/Roadmap2-h.html:272
  HTTP 404 Not Found  (x1)
    md grep: /Advanced-features#import-export-translations
    html:    /Advanced-features#import-export-translations
    at:      _site/en/references/Roadmap2-h.html:279

WARNINGS -- 94 broken external reference(s) across 76 file(s)

content/features/Command-line-Options.md
  built: _site/en/features/Command-line-Options.html
  HTTP 404 Not Found  (x1)
    md grep: https://tabulareditor.github.io/2019/02/20/DevOps1.html
    html:    https://tabulareditor.github.io/2019/02/20/DevOps1.html
    at:      _site/en/features/Command-line-Options.html:624
  HTTP 404 Not Found  (x1)
    md grep: https://tabulareditor.github.io/2019/10/08/DevOps3.html
    html:    https://tabulareditor.github.io/2019/10/08/DevOps3.html
    at:      _site/en/features/Command-line-Options.html:624

content/features/ai-assistant.md
  built: _site/en/features/ai-assistant.html
  [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1082)  (x1)
    md grep: https://localai.io
    html:    https://localai.io
    at:      _site/en/features/ai-assistant.html:348

content/features/dax-debugger.md
  built: _site/en/features/dax-debugger.html
  HTTP 404 Not Found  (x1)
    md grep: https://github.com/TabularEditor/TabularEditor3/discussion
    html:    https://github.com/TabularEditor/TabularEditor3/discussion
    at:      _site/en/features/dax-debugger.html:397

content/features/te-cli/te-cli-skill.md
  built: _site/en/features/te-cli/te-cli-skill.html
  HTTP 404 Not Found  (x2)
    md grep: https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md
    html:    https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md
    at:      _site/en/features/te-cli/te-cli-skill.html:280  _site/en/features/te-cli/te-cli-skill.html:372
  HTTP 404 Not Found  (x3)
    md grep: https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md
    html:    https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md
    at:      _site/en/features/te-cli/te-cli-skill.html:274  _site/en/features/te-cli/te-cli-skill.html:276  _site/en/features/te-cli/te-cli-skill.html:363
  HTTP 404 Not Found  (x2)
    md grep: https://github.com/TabularEditor/CLI/tree/main/skill
    html:    https://github.com/TabularEditor/CLI/tree/main/skill
    at:      _site/en/features/te-cli/te-cli-skill.html:255  _site/en/features/te-cli/te-cli-skill.html:256

content/features/te-cli/te-cli.md
  built: _site/en/features/te-cli/te-cli.html
  HTTP 404 Not Found  (x1)
    md grep: https://github.com/TabularEditor/CLI/tree/main/skill
    html:    https://github.com/TabularEditor/CLI/tree/main/skill
    at:      _site/en/features/te-cli/te-cli.html:272

content/getting-started/editions.md
  built: _site/en/getting-started/editions.html
  missing anchor  (x1)
    md grep: https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#prerequisites
    html:    https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#prerequisites
    at:      _site/en/getting-started/editions.html:375

content/getting-started/migrate-from-desktop.md
  built: _site/en/getting-started/migrate-from-desktop.html
  missing anchor  (x1)
    md grep: https://docs.microsoft.com/en-us/power-bi/admin/service-premium-connect-tools#power-bi-desktop-authored-datasets
    html:    https://docs.microsoft.com/en-us/power-bi/admin/service-premium-connect-tools#power-bi-desktop-authored-datasets
    at:      _site/en/getting-started/migrate-from-desktop.html:292

content/getting-started/migrate-from-vs.md
  built: _site/en/getting-started/migrate-from-vs.html
  missing anchor  (x1)
    md grep: https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.measure.errormessage?view=analysisservices-dotnet#Microsoft_AnalysisServices_Tabular_Measure_ErrorMessage
    html:    https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.measure.errormessage?view=analysisservices-dotnet#Microsoft_AnalysisServices_Tabular_Measure_ErrorMessage
    at:      _site/en/getting-started/migrate-from-vs.html:357
  missing anchor  (x1)
    md grep: https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.measure.state?view=analysisservices-dotnet#Microsoft_AnalysisServices_Tabular_Measure_State
    html:    https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.measure.state?view=analysisservices-dotnet#Microsoft_AnalysisServices_Tabular_Measure_State
    at:      _site/en/getting-started/migrate-from-vs.html:357

content/getting-started/parallel-development.md
  built: _site/en/getting-started/parallel-development.html
  HTTP 404 Not Found  (x1)
    md grep: https://powerbi.tips/2020/06/split-an-existing-power-bi-file-into-a-model-and-report/
    html:    https://powerbi.tips/2020/06/split-an-existing-power-bi-file-into-a-model-and-report/
    at:      _site/en/getting-started/parallel-development.html:316
  missing anchor  (x1)
    md grep: https://docs.microsoft.com/en-us/azure/devops/user-guide/work-team-explorer?view=azure-devops#git-version-control-and-repository
    html:    https://docs.microsoft.com/en-us/azure/devops/user-guide/work-team-explorer?view=azure-devops#git-version-control-and-repository
    at:      _site/en/getting-started/parallel-development.html:323
  missing anchor  (x1)
    md grep: https://docs.microsoft.com/en-us/power-bi/admin/service-premium-connect-tools#power-bi-desktop-authored-datasets
    html:    https://docs.microsoft.com/en-us/power-bi/admin/service-premium-connect-tools#power-bi-desktop-authored-datasets
    at:      _site/en/getting-started/parallel-development.html:307
  missing anchor  (x1)
    md grep: https://github.com/TabularEditor/TabularEditor/issues/46#issuecomment-297932090
    html:    https://github.com/TabularEditor/TabularEditor/issues/46#issuecomment-297932090
    at:      _site/en/getting-started/parallel-development.html:292

content/how-tos/Advanced-Filtering-of-the-Explorer-Tree.md
  built: _site/en/how-tos/Advanced-Filtering-of-the-Explorer-Tree.html
  missing anchor  (x1)
    md grep: https://docs.microsoft.com/en-us/dotnet/api/system.string.endswith?view=netframework-4.7.2#System_String_EndsWith_System_String_System_StringComparison_
    html:    https://docs.microsoft.com/en-us/dotnet/api/system.string.endswith?view=netframework-4.7.2#System_String_EndsWith_System_String_System_StringComparison_
    at:      _site/en/how-tos/Advanced-Filtering-of-the-Explorer-Tree.html:274

content/how-tos/Importing-Tables.md
  built: _site/en/how-tos/Importing-Tables.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/blog/youre-deploying-it-wrong-as-edition-part-5#creating-your-first-release-pipeline
    html:    https://tabulareditor.com/blog/youre-deploying-it-wrong-as-edition-part-5#creating-your-first-release-pipeline
    at:      _site/en/how-tos/Importing-Tables.html:317

content/how-tos/incremental-refresh2-h.md
  built: _site/en/how-tos/incremental-refresh2-h.html
  missing anchor  (x1)
    md grep: https://docs.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-xmla#refresh-management-with-sql-server-management-studio-ssms
    html:    https://docs.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-xmla#refresh-management-with-sql-server-management-studio-ssms
    at:      _site/en/how-tos/incremental-refresh2-h.html:272

content/references/FAQ.md
  built: _site/en/references/FAQ.html
  [Errno 8] nodename nor servname provided, or not known  (x1)
    md grep: https://bidshelper.codeplex.com/
    html:    https://bidshelper.codeplex.com/
    at:      _site/en/references/FAQ.html:223

content/references/release-notes/3_0_1.md
  built: _site/en/references/release-notes/3_0_1.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_1.html:227

content/references/release-notes/3_0_10.md
  built: _site/en/references/release-notes/3_0_10.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_10.html:228

content/references/release-notes/3_0_2.md
  built: _site/en/references/release-notes/3_0_2.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_2.html:227

content/references/release-notes/3_0_3.md
  built: _site/en/references/release-notes/3_0_3.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_3.html:227

content/references/release-notes/3_0_4.md
  built: _site/en/references/release-notes/3_0_4.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_4.html:227

content/references/release-notes/3_0_5.md
  built: _site/en/references/release-notes/3_0_5.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_5.html:227

content/references/release-notes/3_0_6.md
  built: _site/en/references/release-notes/3_0_6.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_6.html:228

content/references/release-notes/3_0_7.md
  built: _site/en/references/release-notes/3_0_7.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_7.html:228

content/references/release-notes/3_0_8.md
  built: _site/en/references/release-notes/3_0_8.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_8.html:228

content/references/release-notes/3_0_9.md
  built: _site/en/references/release-notes/3_0_9.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_0_9.html:228

content/references/release-notes/3_10_0.md
  built: _site/en/references/release-notes/3_10_0.html
  missing text  (x1)
    md grep: https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#enable-xmla-read-write:~:text=Direct Lake datasets created or modified by using XMLA-based tools cannot be opened in the Web modelling feature.
    html:    https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#enable-xmla-read-write:~:text=Direct Lake datasets created or modified by using XMLA-based tools cannot be opened in the Web modelling feature.
    at:      _site/en/references/release-notes/3_10_0.html:294

content/references/release-notes/3_10_1.md
  built: _site/en/references/release-notes/3_10_1.html
  missing text  (x1)
    md grep: https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#enable-xmla-read-write:~:text=Direct Lake datasets created or modified by using XMLA-based tools cannot be opened in the Web modelling feature.
    html:    https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#enable-xmla-read-write:~:text=Direct Lake datasets created or modified by using XMLA-based tools cannot be opened in the Web modelling feature.
    at:      _site/en/references/release-notes/3_10_1.html:298

content/references/release-notes/3_11_0.md
  built: _site/en/references/release-notes/3_11_0.html
  missing text  (x1)
    md grep: https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#enable-xmla-read-write:~:text=Direct Lake datasets created or modified by using XMLA-based tools cannot be opened in the Web modelling feature.
    html:    https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#enable-xmla-read-write:~:text=Direct Lake datasets created or modified by using XMLA-based tools cannot be opened in the Web modelling feature.
    at:      _site/en/references/release-notes/3_11_0.html:290

content/references/release-notes/3_12_0.md
  built: _site/en/references/release-notes/3_12_0.html
  HTTP 403 Forbidden  (x1)
    md grep: https://www.globalsign.com/en
    html:    https://www.globalsign.com/en
    at:      _site/en/references/release-notes/3_12_0.html:288
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/api/TabularEditor.TOMWrapper.Utils.DaxDependencyHelper.html#TabularEditor_TOMWrapper_Utils_DaxDependencyHelper_Tokenize_TabularEditor_TOMWrapper_IDaxDependantObject_
    html:    https://docs.tabulareditor.com/api/TabularEditor.TOMWrapper.Utils.DaxDependencyHelper.html#TabularEditor_TOMWrapper_Utils_DaxDependencyHelper_Tokenize_TabularEditor_TOMWrapper_IDaxDependantObject_
    at:      _site/en/references/release-notes/3_12_0.html:301
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/features/dax-scripts.html#shortcuts
    html:    https://docs.tabulareditor.com/features/dax-scripts.html#shortcuts
    at:      _site/en/references/release-notes/3_12_0.html:287

content/references/release-notes/3_12_1.md
  built: _site/en/references/release-notes/3_12_1.html
  HTTP 403 Forbidden  (x1)
    md grep: https://www.globalsign.com/en
    html:    https://www.globalsign.com/en
    at:      _site/en/references/release-notes/3_12_1.html:293
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/api/TabularEditor.TOMWrapper.Utils.DaxDependencyHelper.html#TabularEditor_TOMWrapper_Utils_DaxDependencyHelper_Tokenize_TabularEditor_TOMWrapper_IDaxDependantObject_
    html:    https://docs.tabulareditor.com/api/TabularEditor.TOMWrapper.Utils.DaxDependencyHelper.html#TabularEditor_TOMWrapper_Utils_DaxDependencyHelper_Tokenize_TabularEditor_TOMWrapper_IDaxDependantObject_
    at:      _site/en/references/release-notes/3_12_1.html:306

content/references/release-notes/3_13_0.md
  built: _site/en/references/release-notes/3_13_0.html
  missing anchor  (x1)
    md grep: https://github.com/TabularEditor/TabularEditor3/issues/865#issuecomment-1490782086
    html:    https://github.com/TabularEditor/TabularEditor3/issues/865#issuecomment-1490782086
    at:      _site/en/references/release-notes/3_13_0.html:287

content/references/release-notes/3_14_0.md
  built: _site/en/references/release-notes/3_14_0.html
  HTTP 404 Not Found  (x1)
    md grep: https://docs.tabulareditor.com/images/tmdl-options.png
    html:    https://docs.tabulareditor.com/images/tmdl-options.png
    at:      _site/en/references/release-notes/3_14_0.html:299

content/references/release-notes/3_17_0.md
  built: _site/en/references/release-notes/3_17_0.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release
    html:    https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release
    at:      _site/en/references/release-notes/3_17_0.html:339

content/references/release-notes/3_17_1.md
  built: _site/en/references/release-notes/3_17_1.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release
    html:    https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release
    at:      _site/en/references/release-notes/3_17_1.html:343

content/references/release-notes/3_18_1.md
  built: _site/en/references/release-notes/3_18_1.html
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/te3/getting-started.html#changing-a-license-key-through-the-registry
    html:    https://docs.tabulareditor.com/te3/getting-started.html#changing-a-license-key-through-the-registry
    at:      _site/en/references/release-notes/3_18_1.html:348

content/references/release-notes/3_18_2.md
  built: _site/en/references/release-notes/3_18_2.html
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/te3/getting-started.html#changing-a-license-key-through-the-registry
    html:    https://docs.tabulareditor.com/te3/getting-started.html#changing-a-license-key-through-the-registry
    at:      _site/en/references/release-notes/3_18_2.html:353

content/references/release-notes/3_19_0.md
  built: _site/en/references/release-notes/3_19_0.html
  missing anchor  (x2)
    md grep: https://docs.tabulareditor.com/te3/features/code-actions.html#improvements
    html:    https://docs.tabulareditor.com/te3/features/code-actions.html#improvements
    at:      _site/en/references/release-notes/3_19_0.html:378  _site/en/references/release-notes/3_19_0.html:379

content/references/release-notes/3_1_0.md
  built: _site/en/references/release-notes/3_1_0.html
  HTTP 404 Not Found  (x1)
    md grep: https://docs.tabulareditor.com/te3/importing-tables.html
    html:    https://docs.tabulareditor.com/te3/importing-tables.html
    at:      _site/en/references/release-notes/3_1_0.html:232
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_1_0.html:228

content/references/release-notes/3_1_1.md
  built: _site/en/references/release-notes/3_1_1.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_1_1.html:228

content/references/release-notes/3_1_2.md
  built: _site/en/references/release-notes/3_1_2.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_1_2.html:228

content/references/release-notes/3_1_3.md
  built: _site/en/references/release-notes/3_1_3.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_1_3.html:228

content/references/release-notes/3_1_4.md
  built: _site/en/references/release-notes/3_1_4.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_1_4.html:228

content/references/release-notes/3_1_5.md
  built: _site/en/references/release-notes/3_1_5.html
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/onboarding/dax-script-introduction.html#example-3-calculation-group
    html:    https://docs.tabulareditor.com/onboarding/dax-script-introduction.html#example-3-calculation-group
    at:      _site/en/references/release-notes/3_1_5.html:232
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/onboarding/dax-script-introduction.html#define-measures
    html:    https://docs.tabulareditor.com/onboarding/dax-script-introduction.html#define-measures
    at:      _site/en/references/release-notes/3_1_5.html:233
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/onboarding/refresh-preview-query.html#impersonation
    html:    https://docs.tabulareditor.com/onboarding/refresh-preview-query.html#impersonation
    at:      _site/en/references/release-notes/3_1_5.html:231
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_1_5.html:228

content/references/release-notes/3_1_6.md
  built: _site/en/references/release-notes/3_1_6.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_1_6.html:228

content/references/release-notes/3_1_7.md
  built: _site/en/references/release-notes/3_1_7.html
  HTTP 404 Not Found  (x1)
    md grep: https://github.com/TabularEditor/TabularEditor3/issues/319%5D
    html:    https://github.com/TabularEditor/TabularEditor3/issues/319%5D
    at:      _site/en/references/release-notes/3_1_7.html:246
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_1_7.html:228

content/references/release-notes/3_20_0.md
  built: _site/en/references/release-notes/3_20_0.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2025/02/21/tabular-editor-3-february-2025-release/
    html:    https://blog.tabulareditor.com/2025/02/21/tabular-editor-3-february-2025-release/
    at:      _site/en/references/release-notes/3_20_0.html:344
  missing anchor  (x1)
    md grep: https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.datatype?view=analysisservices-dotnet#fields
    html:    https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.datatype?view=analysisservices-dotnet#fields
    at:      _site/en/references/release-notes/3_20_0.html:354

content/references/release-notes/3_20_1.md
  built: _site/en/references/release-notes/3_20_1.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2025/02/21/tabular-editor-3-february-2025-release/
    html:    https://blog.tabulareditor.com/2025/02/21/tabular-editor-3-february-2025-release/
    at:      _site/en/references/release-notes/3_20_1.html:348
  missing anchor  (x1)
    md grep: https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.datatype?view=analysisservices-dotnet#fields
    html:    https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.datatype?view=analysisservices-dotnet#fields
    at:      _site/en/references/release-notes/3_20_1.html:358

content/references/release-notes/3_21_0.md
  built: _site/en/references/release-notes/3_21_0.html
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/api/TabularEditor.TOMWrapper.Model.html#TabularEditor_TOMWrapper_Model_MetadataSource
    html:    https://docs.tabulareditor.com/api/TabularEditor.TOMWrapper.Model.html#TabularEditor_TOMWrapper_Model_MetadataSource
    at:      _site/en/references/release-notes/3_21_0.html:313

content/references/release-notes/3_24_0.md
  built: _site/en/references/release-notes/3_24_0.html
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/api/TabularEditor.Shared.Scripting.ScriptHelper.html#TabularEditor_Shared_Scripting_ScriptHelper_FormatDax_TabularEditor_TOMWrapper_IDaxDependantObject_
    html:    https://docs.tabulareditor.com/api/TabularEditor.Shared.Scripting.ScriptHelper.html#TabularEditor_Shared_Scripting_ScriptHelper_FormatDax_TabularEditor_TOMWrapper_IDaxDependantObject_
    at:      _site/en/references/release-notes/3_24_0.html:341

content/references/release-notes/3_2_0.md
  built: _site/en/references/release-notes/3_2_0.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_2_0.html:228

content/references/release-notes/3_2_1.md
  built: _site/en/references/release-notes/3_2_1.html
  missing anchor  (x1)
    md grep: https://tabulareditor.com/#licensing
    html:    https://tabulareditor.com/#licensing
    at:      _site/en/references/release-notes/3_2_1.html:228

content/references/release-notes/3_2_2.md
  built: _site/en/references/release-notes/3_2_2.html
  HTTP 404 Not Found  (x2)
    md grep: https://github.com/TabularEditor/TabularEditor3/issues/371
    html:    https://github.com/TabularEditor/TabularEditor3/issues/371
    at:      _site/en/references/release-notes/3_2_2.html:270  _site/en/references/release-notes/3_2_2.html:271

content/references/release-notes/3_3_2.md
  built: _site/en/references/release-notes/3_3_2.html
  HTTP 404 Not Found  (x1)
    md grep: https://github.com/TabularEditor/TabularEditor3/issues/586
    html:    https://github.com/TabularEditor/TabularEditor3/issues/586
    at:      _site/en/references/release-notes/3_3_2.html:233

content/references/release-notes/3_3_3.md
  built: _site/en/references/release-notes/3_3_3.html
  HTTP 404 Not Found  (x1)
    md grep: https://github.com/TabularEditor/TabularEditor3/issues/586
    html:    https://github.com/TabularEditor/TabularEditor3/issues/586
    at:      _site/en/references/release-notes/3_3_3.html:259

content/references/release-notes/beta-16_6.md
  built: _site/en/references/release-notes/beta-16_6.html
  HTTP 404 Not Found  (x1)
    md grep: https://github.com/TabularEditor3/PublicPreview/issues/81#issuecomment-789637586
    html:    https://github.com/TabularEditor3/PublicPreview/issues/81#issuecomment-789637586
    at:      _site/en/references/release-notes/beta-16_6.html:257

content/references/release-notes/beta-18_1.md
  built: _site/en/references/release-notes/beta-18_1.html
  HTTP 404 Not Found  (x1)
    md grep: https://github.com/TabularEditor3/PublicPreview/blob/master/update%20schema.gif?raw=true
    html:    https://github.com/TabularEditor3/PublicPreview/blob/master/update%20schema.gif?raw=true
    at:      _site/en/references/release-notes/beta-18_1.html:244

content/references/release-notes/beta-18_2.md
  built: _site/en/references/release-notes/beta-18_2.html
  HTTP 404 Not Found  (x1)
    md grep: https://github.com/TabularEditor3/PublicPreview/blob/master/update%20schema.gif?raw=true
    html:    https://github.com/TabularEditor3/PublicPreview/blob/master/update%20schema.gif?raw=true
    at:      _site/en/references/release-notes/beta-18_2.html:248

content/references/release-notes/beta-18_5.md
  built: _site/en/references/release-notes/beta-18_5.html
  HTTP 404 Not Found  (x1)
    md grep: https://docs.tabulareditor.com/Advanced-Filtering-of-the-Explorer-Tree.html
    html:    https://docs.tabulareditor.com/Advanced-Filtering-of-the-Explorer-Tree.html
    at:      _site/en/references/release-notes/beta-18_5.html:230

content/references/roadmap.md
  built: _site/en/references/roadmap.html
  HTTP 403 Forbidden  (x1)
    md grep: http://alm-toolkit.com/
    html:    http://alm-toolkit.com/
    at:      _site/en/references/roadmap.html:275

content/security/security-privacy.md
  built: _site/en/security/security-privacy.html
  HTTP 404 Not Found  (x1)
    md grep: https://account.tabulartools.com
    html:    https://account.tabulartools.com
    at:      _site/en/security/security-privacy.html:319

content/security/third-party-notices.md
  built: _site/en/security/third-party-notices.html
  missing anchor  (x1)
    md grep: https://github.com/ninject/Ninject?tab=License-1-ov-file#readme
    html:    https://github.com/ninject/Ninject?tab=License-1-ov-file#readme
    at:      _site/en/security/third-party-notices.html:494

content/troubleshooting/composite-model-measure-formatting.md
  built: _site/en/troubleshooting/composite-model-measure-formatting.html
  HTTP 404 Not Found  (x1)
    md grep: https://learn.microsoft.com/en-us/analysis-services/tmsl/measures-object-tmsl
    html:    https://learn.microsoft.com/en-us/analysis-services/tmsl/measures-object-tmsl
    at:      _site/en/troubleshooting/composite-model-measure-formatting.html:392

content/troubleshooting/proxy-settings.md
  built: _site/en/troubleshooting/proxy-settings.html
  HTTP 404 Not Found  (x1)
    md grep: https://raw.githubusercontent.com/TabularEditor/TabularEditorDocs/main/content/assets/file-types/AnalysisServices.AppSettings.json
    html:    https://raw.githubusercontent.com/TabularEditor/TabularEditorDocs/main/content/assets/file-types/AnalysisServices.AppSettings.json
    at:      _site/en/troubleshooting/proxy-settings.html:271

content/tutorials/data-security/data-security-about.md
  built: _site/en/tutorials/data-security/data-security-about.html
  missing anchor  (x1)
    md grep: https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-security-tenant-level-planning#integration-with-azure-ad
    html:    https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-security-tenant-level-planning#integration-with-azure-ad
    at:      _site/en/tutorials/data-security/data-security-about.html:270

content/tutorials/detail-rows-expression.md
  built: _site/en/tutorials/detail-rows-expression.html
  HTTP 404 Not Found  (x1)
    md grep: https://learn.microsoft.com/en-us/analysis-services/tabular-models/detail-rows-expressions
    html:    https://learn.microsoft.com/en-us/analysis-services/tabular-models/detail-rows-expressions
    at:      _site/en/tutorials/detail-rows-expression.html:363

content/tutorials/incremental-refresh/incremental-refresh-about.md
  built: _site/en/tutorials/incremental-refresh/incremental-refresh-about.html
  missing text  (x1)
    md grep: https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview#:~:text=Incremental refresh is designed for data sources that support query folding
    html:    https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview#:~:text=Incremental refresh is designed for data sources that support query folding
    at:      _site/en/tutorials/incremental-refresh/incremental-refresh-about.html:349
  missing text  (x1)
    md grep: https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview#:~:text=However, if the incremental refresh policy includes getting real-time data with DirectQuery, non-folding transformations can't be used.
    html:    https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview#:~:text=However, if the incremental refresh policy includes getting real-time data with DirectQuery, non-folding transformations can't be used.
    at:      _site/en/tutorials/incremental-refresh/incremental-refresh-about.html:350

content/whats-new/3-12-0.md
  built: _site/en/whats-new/3-12-0.html
  HTTP 404 Not Found  (x2)
    md grep: https://docs.tabulareditor.com/te3/other/release-notes
    html:    https://docs.tabulareditor.com/te3/other/release-notes
    at:      _site/en/whats-new/3-12-0.html:3  _site/en/whats-new/3-12-0.html:11

content/whats-new/3-12-1.md
  built: _site/en/whats-new/3-12-1.html
  HTTP 404 Not Found  (x2)
    md grep: https://docs.tabulareditor.com/te3/other/release-notes
    html:    https://docs.tabulareditor.com/te3/other/release-notes
    at:      _site/en/whats-new/3-12-1.html:3  _site/en/whats-new/3-12-1.html:11

content/whats-new/3-17-0.md
  built: _site/en/whats-new/3-17-0.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release/
    html:    https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release/
    at:      _site/en/whats-new/3-17-0.html:2

content/whats-new/3-17-1.md
  built: _site/en/whats-new/3-17-1.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release/
    html:    https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release/
    at:      _site/en/whats-new/3-17-1.html:2

content/whats-new/3-18-0.md
  built: _site/en/whats-new/3-18-0.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2024/10/30/tabular-editor-3-october-2024-release/
    html:    https://blog.tabulareditor.com/2024/10/30/tabular-editor-3-october-2024-release/
    at:      _site/en/whats-new/3-18-0.html:2

content/whats-new/3-18-1.md
  built: _site/en/whats-new/3-18-1.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2024/10/30/tabular-editor-3-october-2024-release/
    html:    https://blog.tabulareditor.com/2024/10/30/tabular-editor-3-october-2024-release/
    at:      _site/en/whats-new/3-18-1.html:2

content/whats-new/3-18-2.md
  built: _site/en/whats-new/3-18-2.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2024/10/30/tabular-editor-3-october-2024-release/
    html:    https://blog.tabulareditor.com/2024/10/30/tabular-editor-3-october-2024-release/
    at:      _site/en/whats-new/3-18-2.html:2

content/whats-new/3-21-0.md
  built: _site/en/whats-new/3-21-0.html
  HTTP 404 Not Found  (x1)
    md grep: https://blog.tabulareditor.com/2024/12/19/tabular-editor-3-april-2025-release/
    html:    https://blog.tabulareditor.com/2024/12/19/tabular-editor-3-april-2025-release/
    at:      _site/en/whats-new/3-21-0.html:2

content/whats-new/3-24-0.md
  built: _site/en/whats-new/3-24-0.html
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/te3/tutorials/udfs.html#namespaces
    html:    https://docs.tabulareditor.com/te3/tutorials/udfs.html#namespaces
    at:      _site/en/whats-new/3-24-0.html:5

content/whats-new/3-24-1.md
  built: _site/en/whats-new/3-24-1.html
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/te3/tutorials/udfs.html#namespaces
    html:    https://docs.tabulareditor.com/te3/tutorials/udfs.html#namespaces
    at:      _site/en/whats-new/3-24-1.html:5

content/whats-new/3-24-2.md
  built: _site/en/whats-new/3-24-2.html
  missing anchor  (x1)
    md grep: https://docs.tabulareditor.com/te3/tutorials/udfs.html#namespaces
    html:    https://docs.tabulareditor.com/te3/tutorials/udfs.html#namespaces
    at:      _site/en/whats-new/3-24-2.html:5

content/whats-new/3-26-0.md
  built: _site/en/whats-new/3-26-0.html
  HTTP 404 Not Found  (x1)
    md grep: https://tabulareditor.com/blog/ai-assistant
    html:    https://tabulareditor.com/blog/ai-assistant
    at:      _site/en/whats-new/3-26-0.html:4

External URLs to verify (url, docs, instances):
http://alm-toolkit.com/  1  1
https://account.tabulartools.com  1  1
https://bidshelper.codeplex.com/  1  1
https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release  2  2
https://blog.tabulareditor.com/2024/08/14/tabular-editor-3-august-2024-release/  2  2
https://blog.tabulareditor.com/2024/10/30/tabular-editor-3-october-2024-release/  3  3
https://blog.tabulareditor.com/2024/12/19/tabular-editor-3-april-2025-release/  1  1
https://blog.tabulareditor.com/2025/02/21/tabular-editor-3-february-2025-release/  2  2
https://docs.microsoft.com/en-us/azure/devops/user-guide/work-team-explorer?view=azure-devops#git-version-control-and-repository  1  1
https://docs.microsoft.com/en-us/dotnet/api/system.string.endswith?view=netframework-4.7.2#System_String_EndsWith_System_String_System_StringComparison_  1  1
https://docs.microsoft.com/en-us/power-bi/admin/service-premium-connect-tools#power-bi-desktop-authored-datasets  2  2
https://docs.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-xmla#refresh-management-with-sql-server-management-studio-ssms  1  1
https://docs.tabulareditor.com/Advanced-Filtering-of-the-Explorer-Tree.html  1  1
https://docs.tabulareditor.com/api/TabularEditor.Shared.Scripting.ScriptHelper.html#TabularEditor_Shared_Scripting_ScriptHelper_FormatDax_TabularEditor_TOMWrapper_IDaxDependantObject_  1  1
https://docs.tabulareditor.com/api/TabularEditor.TOMWrapper.Model.html#TabularEditor_TOMWrapper_Model_MetadataSource  1  1
https://docs.tabulareditor.com/api/TabularEditor.TOMWrapper.Utils.DaxDependencyHelper.html#TabularEditor_TOMWrapper_Utils_DaxDependencyHelper_Tokenize_TabularEditor_TOMWrapper_IDaxDependantObject_  2  2
https://docs.tabulareditor.com/features/dax-scripts.html#shortcuts  1  1
https://docs.tabulareditor.com/images/tmdl-options.png  1  1
https://docs.tabulareditor.com/onboarding/dax-script-introduction.html#define-measures  1  1
https://docs.tabulareditor.com/onboarding/dax-script-introduction.html#example-3-calculation-group  1  1
https://docs.tabulareditor.com/onboarding/refresh-preview-query.html#impersonation  1  1
https://docs.tabulareditor.com/te3/features/code-actions.html#improvements  1  2
https://docs.tabulareditor.com/te3/getting-started.html#changing-a-license-key-through-the-registry  2  2
https://docs.tabulareditor.com/te3/importing-tables.html  1  1
https://docs.tabulareditor.com/te3/other/release-notes  2  4
https://docs.tabulareditor.com/te3/tutorials/udfs.html#namespaces  3  3
https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md  1  2
https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md  1  3
https://github.com/TabularEditor/CLI/tree/main/skill  2  3
https://github.com/TabularEditor/TabularEditor/issues/46#issuecomment-297932090  1  1
https://github.com/TabularEditor/TabularEditor3/discussion  1  1
https://github.com/TabularEditor/TabularEditor3/issues/319%5D  1  1
https://github.com/TabularEditor/TabularEditor3/issues/371  1  2
https://github.com/TabularEditor/TabularEditor3/issues/586  2  2
https://github.com/TabularEditor/TabularEditor3/issues/865#issuecomment-1490782086  1  1
https://github.com/TabularEditor3/PublicPreview/blob/master/update%20schema.gif?raw=true  2  2
https://github.com/TabularEditor3/PublicPreview/issues/81  1  1
https://github.com/ninject/Ninject?tab=License-1-ov-file#readme  1  1
https://learn.microsoft.com/en-us/analysis-services/tabular-models/detail-rows-expressions  1  1
https://learn.microsoft.com/en-us/analysis-services/tmsl/measures-object-tmsl  1  1
https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.datatype?view=analysisservices-dotnet#fields  2  2
https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.measure.errormessage?view=analysisservices-dotnet#Microsoft_AnalysisServices_Tabular_Measure_ErrorMessage  1  1
https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.measure.state?view=analysisservices-dotnet#Microsoft_AnalysisServices_Tabular_Measure_State  1  1
https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview#:~:text=However, if the incremental refresh policy includes getting real-time data with DirectQuery, non-folding transformations can't be used.  1  1
https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview#:~:text=Incremental refresh is designed for data sources that support query folding  1  1
https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#enable-xmla-read-write:~:text=Direct Lake datasets created or modified by using XMLA-based tools cannot be opened in the Web modelling feature.  3  3
https://learn.microsoft.com/en-us/power-bi/enterprise/directlake-overview#prerequisites  1  1
https://learn.microsoft.com/en-us/power-bi/guidance/powerbi-implementation-planning-security-tenant-level-planning#integration-with-azure-ad  1  1
https://localai.io  1  1
https://powerbi.tips/2020/06/split-an-existing-power-bi-file-into-a-model-and-report/  1  1
https://raw.githubusercontent.com/TabularEditor/TabularEditorDocs/main/content/assets/file-types/AnalysisServices.AppSettings.json  1  1
https://tabulareditor.com/#licensing  20  20
https://tabulareditor.com/blog/ai-assistant  1  1
https://tabulareditor.com/blog/youre-deploying-it-wrong-as-edition-part-5#creating-your-first-release-pipeline  1  1
https://tabulareditor.github.io/2019/02/20/DevOps1.html  1  1
https://tabulareditor.github.io/2019/10/08/DevOps3.html  1  1
https://www.globalsign.com/en  2  2

--- stats (114.0s, 94 hosts) ---
total    ok  frag   bad  reqs  429  401  403  404  oth  net  wait(s)   fb  cap  host  [retry-after seen]
  413   399     3    11   415    2    0    0   11    0    0      2.0   16    4  github.com  [0]
   73    58     9     6    73    0    0    0    6    0    0      0.0    4    8  docs.tabulareditor.com
   30    25     0     5    30    0    0    0    5    0    0      0.0    5    8  blog.tabulareditor.com
  229   221     6     2   229    0    0    0    2    0    0      0.0    2    8  learn.microsoft.com
    2     0     0     2     2    0    0    0    2    0    0      0.0    2    8  tabulareditor.github.io
   51    48     2     1    51    0    0    0    1    0    0      0.0    1    8  tabulareditor.com
    1     0     0     1     1    0    0    0    1    0    0      0.0    1    8  account.tabulartools.com
   26    25     0     1    26    0    0    0    1    0    0      0.0    1    8  raw.githubusercontent.com
    1     0     0     1     1    0    0    1    0    0    0      0.0    1    8  alm-toolkit.com
    1     0     0     1     1    0    0    0    0    0    1      0.0    1    8  bidshelper.codeplex.com
    1     0     0     1     1    0    0    0    0    0    1      0.0    1    8  localai.io
    1     0     0     1     1    0    0    0    1    0    0      0.0    1    8  powerbi.tips
    1     0     0     1     1    0    0    1    0    0    0      0.0    1    8  www.globalsign.com
   43    39     4     0    43    0    0    0    0    0    0      0.0    0    8  docs.microsoft.com
    4     4     0     0     4    0    0    0    0    0    0      0.0    4    8  learn.tabulareditor.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  actionablereporting.com
    4     4     0     0     4    0    0    0    0    0    0      0.0    0    8  data-goblins.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  greyskullanalytics.com
    9     9     0     0     9    0    0    0    0    0    0      0.0    0    8  www.youtube.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  powerbinextstep.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  www.sharepointeurope.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  datamindsconnect.be
  118   118     0     0   118    0    0    0    0    0    0      0.0    0    8  dax.guide
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  daxlib.org
   26    26     0     0    26    0    0    0    0    0    0      0.0    0    8  www.sqlbi.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  youtu.be
    3     3     0     0     3    0    0    0    0    0    0      0.0    0    8  www.tabulareditor.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  trust.tabulareditor.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  www.linkedin.com
    3     3     0     0     3    0    0    0    0    0    0      0.0    0    8  twitter.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  blog.crossjoin.co.uk
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  git.io
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  mathiasbynens.be
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  go.microsoft.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  www.devexpress.com
   17    17     0     0    17    0    0    0    0    0    0      0.0    0    8  powerbi.microsoft.com
    3     3     0     0     3    0    0    0    0    0    0      0.0    0    8  www.daxformatter.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  tabulartools.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  daxoptimizer.com
    5     5     0     0     5    0    0    0    0    0    0      0.0    0    8  docs.daxoptimizer.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  blogs.msdn.microsoft.com
   12    12     0     0    12    0    0    0    0    0    0      0.0    0    8  cloud.githubusercontent.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  biinsight.com
  448   448     0     0   448    0    0    0    0    0    0      0.0    0    8  cdn.tabulareditor.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  daxstudio.org
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  www.daxoptimizer.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  docs.sqlbi.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  www.howtogeek.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  bism-normalizer.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  demos.tabulareditor.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  docs.anthropic.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  ai.azure.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  ollama.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  lmstudio.ai
   81    81     0     0    81    0    0    0    0    0    0      0.0    0    8  user-images.githubusercontent.com
    3     3     0     0     3    0    0    0    0    0    0      0.0    0    8  www.youtube-nocookie.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  app.daxoptimizer.com
    4     4     0     0     4    0    0    0    0    0    0      0.0    0    8  msdn.microsoft.com
    3     3     0     0     3    0    0    0    0    0    0      0.0    0    8  www.microsoft.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  darren.gosbell.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  sqlbi.com
    7     7     0     0     7    0    0    0    0    0    0      0.0    0    8  dotnet.microsoft.com
   23    23     0     0    23    0    0    0    0    0    0      0.0    0    8  www.nuget.org
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  www.databricks.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  kb.databricks.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    1    8  azure.microsoft.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  about.gitlab.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  git-scm.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  tortoisegit.org
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  nvie.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  marketplace.microsoft.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  portal.azure.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  community.powerbi.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    1    8  marketplace.visualstudio.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  dynamic-linq.net
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  community.fabric.microsoft.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  www.elegantbi.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  support.claude.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  agents.md
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  www.powerqueryformatter.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  docs.databricks.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  www.tabulartools.com
    2     2     0     0     2    0    0    0    0    0    0      0.0    0    8  nvd.nist.gov
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  tabulareditor.zendesk.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  www.oracle.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  daxformatter.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  cve.mitre.org
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  pbidax.wordpress.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  sqlkonferenz.de
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  pbig.nl
    1     1     0     0     1    0    0    0    0    0    0      0.0    1    8  fabriccon.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  sqlbits.com
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  sqlday.pl
    1     1     0     0     1    0    0    0    0    0    0      0.0    0    8  datapointprague.cz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions