Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi all,
In my report, I have created a parameter called 'anonymisedyesorno'. This can be populated with either TRUE or FALSE.
In my table I have added a DAX column named 'file-name'. The logic behind this field:
If parameter = true
then 'filename_ano'
else 'filename'
I am using this column in my title function of the visual:
title = min(file_name)
This all works well in Power BI desktop. Changing the parameter changes the title of the visual.
In Power BI service however, changing the parameter value under dataset settings and refreshing the dataset does not have impact on the visual title. It does however has impact on the data itself. This parameter does not only have effect on the visual title but also on the data filling itself.
Is this a bug or am I doing something wrong here?
Solved! Go to Solution.
I found the solution. The data type of the field with TRUE/FALSE (the parameter) was wrong, it was text instead of boolean. Adjusting it to boolean fixed the issue.
I found the solution. The data type of the field with TRUE/FALSE (the parameter) was wrong, it was text instead of boolean. Adjusting it to boolean fixed the issue.
Bump, hope you dont mind. 🙂
Hope someone can help 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
28 | |
26 | |
23 | |
22 | |
18 |
User | Count |
---|---|
52 | |
34 | |
28 | |
24 | |
21 |