Forum Discussion
PBIfanatic
Helper V
6 years agoFILTER used for age classification
Hi, I am trying to get the below logic to work. The idea is to create an age group for the employees like 30-40, 40-50 etc. I created an isolated table - Age Group with the groups I need. N...
- 6 years ago
Thanks a lot, it worked!!
But I had to make a change, the storage mode was changed to import.
PBIfanatic
Helper V
6 years agoHi Greg_Deckler ,
I dont get the option to select
'Sales'[CustomerAge]
I can only choose the measures (from intellisense), the calculated column Customer Age doesnt appear.
littlemojopuppy
Community Champion
6 years agoHave you considered using Groups/Binning in Power BI instead of DAX?
- PBIfanatic6 years ago
Helper V
Thanks littlemojopuppy for your reply
I would prefer to do this in DAX, dont you think its better to maintain?