Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
A "Stacked Column Chart" needs to display data in Days, Weeks and Months on its X-Axis. To accomplish this I created a Field Parameter via "Modeling > New Parameter > Fields". Here's the generated code:
Solved! Go to Solution.
One solution is to add a fourth column to the field parameter and rename it "Language". Here it contains "en" and "fr". The first column contains the displayed text so we translated those values:
One solution is to add a fourth column to the field parameter and rename it "Language". Here it contains "en" and "fr". The first column contains the displayed text so we translated those values:
No we did not.
As far as I understand the problem, this measure (in a DirectQuery report) is being evaluated/processed before the user's language is known. In theory if you can bypass the usage of UserCultuture(), which is how the translation system gets its language, then you might be able to translate directly in the measure.
We need to pass the user's language from our web application to the PowerBI report so might be able to do something like:
if language == "en" return
Did you ever find a solution? I'm hitting the same wall.
User | Count |
---|---|
84 | |
79 | |
71 | |
48 | |
42 |
User | Count |
---|---|
111 | |
54 | |
50 | |
40 | |
40 |