Skip to content

Conversation

didierterrien
Copy link

This script generates measures to be used in visuals conditional formating in order to translate
visuals labels (title, ...). It reads a tsv file which contains the measures list.

Copy link
Collaborator

@otykier otykier left a comment

Choose a reason for hiding this comment

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

Suggest you manually map the one column on the calc table using Target_table.AddCalculatedTableColumn("Fake Column", "[Fake Column]", "", DateType.Int64); after the table is created. Then, you can explicitly hide this column so that it doesn't show up for end users.

@didierterrien
Copy link
Author

Than you Daniel, I updated the script.

@MikeCarlo
Copy link

MikeCarlo commented Sep 22, 2021

I copied this repo and added your file to the following Repo: https://github.com/PowerBI-tips/TabularEditor-Scripts/blob/main/Intermediate/Create%20Visuals%20Translations%20Measures.csx

You are welcome to continue to contribute to this repo as I am actively maintaining the Tabular Editor scripts there: https://github.com/PowerBI-tips/TabularEditor-Scripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants