How to Convert Decimal into Binary

Hello,

I would like to Convert a Decimal number into Binary for a Boolean Argument calculation i.e. I have a Decimal number of 307 (100110011) and I’d like to know if the 1st bit is a 1 or 0. (True or False)

Does anyone have a work around for this in QuickSight?

Thanks

This will need to be a feature request. Doing it mathematically would take while loops.

If you are using SQL you could look to do it there.

Thanks Max for the link :slight_smile:
Hopefully this can be added