microsoft / Analysis-Services

Git repo for Analysis Services samples and community projects
MIT License
607 stars 416 forks source link

Improvements to rule expressions #238

Open otykier opened 1 year ago

otykier commented 1 year ago

Various improvements to existing rules:

The Tokenize() syntax works with all current versions of Tabular Editor 2. We identified a bug in TE3 that prevented the use of Tokenize() in BPA rules, affecting versions 3.6.0 through 3.11.0, but this bug will be fixed with the release of 3.12.0, later this month.

CC @m-kovalsky

otykier commented 1 year ago

@microsoft-github-policy-service agree company="Tabular Editor ApS"

microsoft-github-policy-service[bot] commented 1 year ago

@otykier the command you issued was incorrect. Please try again.

Examples are:

@microsoft-github-policy-service agree

and

@microsoft-github-policy-service agree company="your company"
m-kovalsky commented 1 year ago

Thanks so much Daniel! We even have best practices for the best practices :) Is the Tokenize function documented (or will it be)? Certainly makes the code much simpler. I will wait to commit these changes until you release TE 3.12.0 so folks using TE3 will not be as interrupted.

otykier commented 1 year ago

Is the Tokenize function documented (or will it be)? Certainly makes the code much simpler.

Yes (although it deserves its own article as you can do a lot of cool stuff once you have the list of tokens).

I will wait to commit these changes until you release TE 3.12.0 so folks using TE3 will not be as interrupted.

Awesome!