Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
86 | |
76 | |
74 | |
56 | |
45 |
User | Count |
---|---|
117 | |
105 | |
77 | |
66 | |
64 |