Forum Discussion
Xaraja
Helper III
4 years agoTrue/False Columns When Data is Binary
I have two questions about logical true/false data types. I am working on updating and optimizing old Power BI models that are large and slow. I am finding as I go through them that we have a lot of ...
- 4 years ago
Hi Xaraja ,
Try to use1/0 instead of TRUE/FALSE.String values do not compress as well as integer values. By replacing string values with integer values.
refer:
https://lytix.be/performancetipspowerbi/
Best Regards
Lucien
v-luwang-msft
Community Support
4 years agoHi Xaraja ,
Try to use1/0 instead of TRUE/FALSE.String values do not compress as well as integer values. By replacing string values with integer values.
refer:
https://lytix.be/performancetipspowerbi/
Best Regards
Lucien