Forum Discussion
Card Visual
- Anonymous6 years ago
HI @MatlolHG
This might be because of the data present in that column or measure whihc is an invalid True/False.
I always use 1 and 0 for that case and create a function to display true for 1 and false for 0
IF([COL]=1,"True","False")
- Anonymous6 years ago
Hello @pranit828
Sorry for the delay in response
As you advised,
I added a new conditional column to change the desktop attribute values from "True" or "False" to "0" or "-1" and reised the report.
Power Query Used: Table.AddColumn(-"Filtered Rows", "ColumnName", each if [ColumnName] á true then 0 else if [ColumnName] á false then -1 else null)
Hi Anonymous ,
Could you please provide the field or mesure which applied on card visual and its formula in order to make troubleshooting? Besides that, please provide the screen shot about the setting of Filter pane.Thank you.
Best Regards
Rena
- Anonymous6 years agoNot applicable
Hi @yingyinr
Although I marked the problem "resolved" I still have this question, why is the card visual converting text values to numeric values
1. Data attributes values
2. Applied filters before publishing the report to the cloud
3. Filter values after publishing the report
Point 3) above demonstrate why the applied filters were not effective after publishing the report to the cloud