Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Create and Enum data type

Currently it is possible to create calculated columns in DAX as well as to add columns through Power Query. But for every column we add, our models get more bloated while the user interface gets more cluttered. I propose the addition of an enumeration type that is only evaluated at run time, this would reduce the file size of models by only requiring the developer to store references to values once. It would make possible to handle translation of the value in a secondary lookup table, thus eliminating the need for a complete re-evaluation of the column every time the lookup table is changed. Proposed interface: https://i.imgur.com/HCXgEy3.png
Status: Needs Votes
Comments
fbcideas_migusr
New Member
Status changed to: Needs Votes