The GetValue() method of the Split() function is cool.
E.g.
If the Version number is 5.4.6. I can get the release number by using:
Split(Fields!Version.Value, ".").GetValue(0)
and iteration number by using:
Split(Fields!Version.Value, ".").GetValue(1)
This is very neat.
Power BI And Support For Third Party Semantic Models
-
I’ve been working with Microsoft BI tools for 28 years now and for all that
time Microsoft has been consistent in its belief that semantic models are a
goo...
4 days ago
No comments:
Post a Comment