Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have the following table example:
Customer ID | TransactionID | Age |
1 | 101 | 42 |
2 | 102 | 29 |
2 | 103 | 29 |
2 | 104 | 29 |
3 | 105 | 63 |
3 | 106 | 63 |
4 | 107 | 45 |
5 | 108 | 33 |
5 | 109 | 33 |
I want to be able to filter only on those customers that have 2 or more transactions so that I can produce a report on the demographics of customers making frequent purhcases.
Solved! Go to Solution.
Hi @smmoore34 ,
You can achive your required output in many different ways and one of them is to create a separate dimension table for customers and create a calculated column indicating which customers purchased multiple times and use in the slicer to filter.
I attach an example pbix file.
Hi @smmoore34 ,
You can achive your required output in many different ways and one of them is to create a separate dimension table for customers and create a calculated column indicating which customers purchased multiple times and use in the slicer to filter.
I attach an example pbix file.
Worked perfectly! The example pbix file made it easy for me.
Thanks!!!
In filter plane add a filter using Transaction ID > 1.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
90 | |
86 | |
84 | |
68 | |
49 |
User | Count |
---|---|
138 | |
111 | |
103 | |
64 | |
60 |