TabularEditor / TabularEditor3

Bug reports, feature requests, discussion and documentation for Tabular Editor 3 (commercial version).
61 stars 7 forks source link

Unable to Detect Schema - location of the comment is the issue #1167

Closed edhans closed 5 months ago

edhans commented 6 months ago

Description

I am getting this error when I try to Detect Schema Changes on an M based partition: image

I finally figured out it was my comment that was causing it: image

When I moved the comment to be before the final line, it worked fine. image

Not sure if I have violated some M code recommendation. The code refreshes fine no matter where the comment is, but Detect Schema Changes doesn't like it.

This is against the Power BI Service.

Tabular Editor 3 Version

3.11

Screenshots

No response

Steps to Reproduce

No response

Expected behavior

No response

Crash Report

No response

Windows Version

10

otykier commented 6 months ago

Thanks Ed. Seems to be a bug in our M code parser. We'll make sure that's fixed.

otykier commented 5 months ago

Fixed in 3.12.0, thanks for reporting!