Forum Discussion
missdev
3 years agoRegular Visitor
Help with Customer Behavior Tracking
Hey all! I am trying to build a Power BI where we can show the aggregate behavior of our customers across different stages in our process. We have three steps to our process: Primary and Seconda...
- 3 years ago
I FINALLY figured it out. For folks looking, here's where I found the solution:
Basically, all I needed to do was group customers by their first choice and then build my visuals from there. Thanks for all the help!
v-yadongf-msft
3 years agoCommunity Support
Hi missdev ,
Please try following DAX to create a new measure:
Number of people = DISTINCTCOUNT('Table'[Customer Key])
Then create a table visual like below:
If I misunderstand your demands, please feel free to contact us in time.
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.