Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.