Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi guys, I am having trouble calculating gross margin levels based on sale volumes across my various product catagories. Would if be easier to create a calculated Column or a measure to do this?
I have created a measure such as this but it is coming up blank at times even though I know the sales amount fall within these catagories.
A measure is the right approach as the result can be impacted by user filter choices.
But your measure uses other measures, and it is impossible to judge without seeing the code for these.
Your FILTER() is a bit excessive, can probably be rewritten as
GM% Levels = CALCULATE([Gross Margin %],ALLSELECTED(ORDHDT01[PRD PC]),[Total Sales]<=10000)
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |