Forum Discussion
Tony5
8 years agoHelper I
If Function with Float and Integer output
I'm attempting to migrate a dashboard from Tableau to PowerBI, and I'm unsure how to implement a specific feature.
How do I implement an IF condition where the output shows either a value, or a text string?
Below is a Tableau equivalent of what I'd like to see in powerBI:
- Anonymous8 years ago
A measure can only be one data type. If you want to mix and match output you'll have to use the FORMAT function to make strings out of numbers.
1 Reply
- AnonymousNot applicable
A measure can only be one data type. If you want to mix and match output you'll have to use the FORMAT function to make strings out of numbers.