Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
JLYT
Frequent Visitor

DAX Help!

Hi all,

 

I am a newbie here and still trying to learn all DAX expressions.

I have a scenraio where my table contains all users' purchase records, for example:

User IDPurchase Amount
001$50
001$150
002$500
002$30

I would like to calculate the total purchase amount per user for visuals. 

Shall I adding a new measure or a new table? If a measure is okay, what would the DAX code be?

I tried

User Total Amount Purchased = CALCULATE(SUMX(sales,sales[purchaseamount]),sales[userid])

But it doesn't work?

 

Any advice would be appreciated! 

 

Thanks
Jennifer

2 REPLIES 2
JLYT
Frequent Visitor

Hi,

Silly me!!!Thank you so much!

I have 2 calculated measures and a calculated column based on the 2 calculated measure.
Then I want to group the values in the calculated column but it keeps coming up with the 'circular dependency' error. I have looked at a few guide but can't figure it out.
Is it because I can't use calculated column with multiple calculated measures?

Thanks

Jennifer

FreemanZ
Community Champion
Community Champion

hi @JLYT 

try to plot a visual with User ID column and a measure like:
Measure = SUM(Sales[Purchase Amount])

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.