March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
115 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
164 | |
116 | |
63 | |
57 | |
50 |