Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am trying to get the RFM.
What DAX formula should I use to get the Frequency?
Solved! Go to Solution.
Hi Stefano,
I've managed to find a work around using
hey
you have 2 ways here
first: you could make a new table as follow:
table = summarize("table name", "Costumer id column","Frecuency",count("Costumer id column")
second:if you want it in the column as above you can try this them (this column would go in your original table, no need for a new table):
Proud to be a Super User!
Hi Thanks Stefano! Seems to need a little more help here!
strange, it works fine for me, can you pass that table with garbage data if possible to check out where its that circula reference error at.
Proud to be a Super User!
Hi Stefano,
I've managed to find a work around using
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |