Forum Discussion
Anonymous
6 years agoNot applicable
Column chart count unique by month
(This is the second time I write this message since the forum crashed and my message was lost ππ) I'm new to Power BI and am struggling with a column chart that should show unique users per mon...
- 6 years ago
Hi Anonymous ,
Setup your bar char as following:
- X-Axis - Table[TimeStamp] (If it's an hierarchy choose Month if not you need to create a month column)
- Values - Table[UserName] - Select distinct on the aggregation
Regards,
MFelix
MFelix
6 years agoSuper User
Hi Anonymous ,
Setup your bar char as following:
- X-Axis - Table[TimeStamp] (If it's an hierarchy choose Month if not you need to create a month column)
- Values - Table[UserName] - Select distinct on the aggregation
Regards,
MFelix