Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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
User | Count |
---|---|
10 | |
8 | |
5 | |
5 | |
4 |