Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 34 | |
| 32 | |
| 29 |