The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
When bringing in ID type fields that are whole numbers, is it better to keep them as whole numbers or convert them to text. Is it more efficient to link text fields or whole number fields? An example would be an Order ID field.
Solved! Go to Solution.
Hi @angelakephart ,
AFAIK, power bi data model are stored as SSAS instance format. I'd like to suggest you use int type, it use less space than text type.
SQL SELECT speed int vs varchar
Regards,
Xiaoxin Sheng
Hi @angelakephart ,
AFAIK, power bi data model are stored as SSAS instance format. I'd like to suggest you use int type, it use less space than text type.
SQL SELECT speed int vs varchar
Regards,
Xiaoxin Sheng
User | Count |
---|---|
77 | |
76 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
79 | |
57 | |
48 | |
48 |