Forum Discussion
Anonymous
4 years agoNot applicable
Same string showing double time in filter.
Hi All, I am facing one problem in Power BI Desktop I created a calculated column and my code which I have written to create a column is:- Platform = IF(table[Platform]="Total","Total (18+)",IF(t...
- Anonymous4 years ago
Hi Anonymous ,
Is your problem solved? I tested it with your formula and it was successful, showing single ‘‘Total (18+)’’ in the slicer.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Hi Anonymous ,
Is your problem solved? I tested it with your formula and it was successful, showing single ‘‘Total (18+)’’ in the slicer.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous4 years agoNot applicable
Anonymous Thanks for your reply.
Yes, My problem resolved, I don't know what was the problem.
I simple removed calculated column and re created it with the same formula.