Skip to content

Clean up date handling#1205

Merged
flanakin merged 3 commits into
devfrom
flanakin/dev/pbi-storage-dates
Dec 22, 2024
Merged

Clean up date handling#1205
flanakin merged 3 commits into
devfrom
flanakin/dev/pbi-storage-dates

Conversation

@flanakin

Copy link
Copy Markdown
Collaborator

🛠️ Description

Fix the >= error caused by date handling issues

Fixes #1180

📋 Checklist

🔬 How did you test this change?

  • 🤏 Lint tests
  • 🤞 PS -WhatIf / az validate
  • 👍 Manually deployed + verified
  • 💪 Unit tests
  • 🙌 Integration tests

🙋‍♀️ Do any of the following that apply?

  • 🚨 This is a breaking change.
  • 🤏 The change is less than 20 lines of code.

📑 Did you update docs/changelog.md?

  • ✅ Updated changelog (required for dev PRs)
  • ➡️ Will add log in a future PR (feature branch PRs only)
  • ❎ Log not needed (small/internal change)

📖 Did you update documentation?

  • ✅ Public docs in docs (required for dev)
  • ✅ Internal dev docs in src (required for dev)
  • ➡️ Will add docs in a future PR (feature branch PRs only)
  • ❎ Docs not needed (small/internal change)

@flanakin flanakin added this to the 2024-12 - December milestone Dec 13, 2024
@flanakin flanakin requested a review from Copilot December 13, 2024 06:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 6 changed files in this pull request and generated no comments.

Files not reviewed (5)
  • src/power-bi/storage/CostSummary.Report/report.json: Language not supported
  • src/power-bi/storage/DataIngestion.Report/report.json: Language not supported
  • src/power-bi/storage/RateOptimization.Report/report.json: Language not supported
  • src/power-bi/storage/Shared.Dataset/definition/expressions.tmdl: Language not supported
  • src/power-bi/storage/WorkloadOptimization.Report/report.json: Language not supported
Comments suppressed due to low confidence (1)

docs/_resources/changelog.md:104

  • [nitpick] The phrase 'Parsing these functions now uses the report locale' is unclear. Specify which functions are being parsed for better clarity.
Parsing these functions now uses the report locale. If you run into issues, set the report locale explicitly to the desired format.

@microsoft-github-policy-service microsoft-github-policy-service Bot added Micro PR 🔬 Very small PR that should be especially easy for newcomers Needs: Review 👀 PR that is ready to be reviewed labels Dec 13, 2024
@flanakin flanakin requested a review from Copilot December 13, 2024 07:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 6 changed files in this pull request and generated 1 comment.

Files not reviewed (5)
  • src/power-bi/storage/CostSummary.Report/report.json: Language not supported
  • src/power-bi/storage/DataIngestion.Report/report.json: Language not supported
  • src/power-bi/storage/RateOptimization.Report/report.json: Language not supported
  • src/power-bi/storage/Shared.Dataset/definition/expressions.tmdl: Language not supported
  • src/power-bi/storage/WorkloadOptimization.Report/report.json: Language not supported

Comment thread docs/_resources/changelog.md
@flanakin flanakin added the Tool: Power BI Power BI reports label Dec 14, 2024
@flanakin flanakin merged commit d5b951c into dev Dec 22, 2024
@flanakin flanakin deleted the flanakin/dev/pbi-storage-dates branch December 22, 2024 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Micro PR 🔬 Very small PR that should be especially easy for newcomers Needs: Review 👀 PR that is ready to be reviewed Tool: Power BI Power BI reports

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Power BI] CostSummary.Storage report issue Cost Details - "We cannot apply operator >= to types List and Number"

3 participants