Forum Discussion

Tony5's avatar
Tony5
Helper I
8 years ago
Solved

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 t...
  • Anonymous's avatar
    Anonymous
    8 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.