Forum Discussion
Anonymous
7 years agoNot applicable
Bar chart split by age ?
In my data there are a column with Age like below
Age 34 22 27 44 33 24 54 41 36 29 25
etc....etc..
What I want to do is a create a bar chart like 21-25 , 26-31, 36-40, 41-50
How can I do it as uncomplicated as possible?
4 Replies
- MattAllingtonCommunity Champion
Read my article about banding in DAX here
- v-yuta-msftCommunity Support
Hi okletsgo,
So is there some logic in "21-25 , 26-31, 36-40, 41-50"? To be general, to achieve the pattern expression like "21-25 , 26-31, 36-40, 41-50", you may use CONCATENATEX(). If you have other requreiment, please post more details.
Regards,
Jimmy Tao
- themistoklisCommunity Champion
- v-yuta-msftCommunity Support
Hi okletsgo,
Have you solved your issue by now? If you have, could you please mark one answer to finish the thread?
Regards,
Jimmy Tao