Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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:
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)
Help when you know. Ask when you don't!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |