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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

DAX Formula Help

Scenario: I work for a CPG company that is building out our BI dashboards. One thing we like to look at is our performance in a given retailer compared to that retailer's rest of market (ROM). I'm trying to write a formula that does this, but am coming up short.

 

The user picks the retailer via a slicer at the top of the page.

 

Here is what I have so far: 

 

I created a calculated column in Table1 that pulls in the ROM value for each given retailer and named it [ROM]

 

Working formula:

CALCULATE(SUM('Table1'[Dollars])/SUM('Table1'[LY Dollars])-1,FILTER(ALL('Table1'),'Table1'[Geography]=[ROM]))
 
Table1
[Geography]               [Dollars]      [LY Dollars]
Retailer 1                    xxx.xx           xxxx.xx
Retailer 2
Retailer 1 ROM
Retailer 2 ROM
etc.
 
Table2
[Geography]             [ROM]
Retailer 1                  Retailer 1 ROM
 
Thanks!
1 REPLY 1
kentyler
Solution Sage
Solution Sage

It's not clear (at least to me) from your example what data you are starting with.

Normally you would calculate the 2 values you want to compare and store them in VARs

Then do the division using the 2 VARs

That also allows you to return each var independantly in order to debug your progress

 

Performance Against ROM =

VAR ourperformance = ..some calculation

VAR ROM = ...som calculation

RETURN DIVIDE(ourperformance,ROM)





Did this post answer your question? Mark it as a solution so others can find it!

Help when you know. Ask when you don't!




Join the conversation at We Talk BI find out more about me at Slow BI


Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.