Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have only these 2 measures in a visual:
Measure 1:
VAR V1=
ADDCOLUMNS(
VALUES (Fact[Key_Customer] ),
"C1",
CALCULATE([RevenueYTD],SAMEPERIODLASTYEAR('Date'[Date]),REMOVEFILTERS(Fact[Segment],Fact[Type])
)
)
RETURN SUMX(V1, [C1])
Measure 2:
CALCULATE ( [RevenueYTD], SAMEPERIODLASTYEAR('Date'[Date]) )
I use Measure 1 mostly, because I am preventing certain splits, that I prefer grouped by Customer….
My question is: why do I get 2 different TOTALS?
(I expected to see the totals as exactly the same. For the above case; I have no filter, its just a clean matrix visualization with both measures as ‘Values’!)
Hi @Anonymous -
Hard to tell specifically without the model, syntax for [RevenueYTD] or any data, but at first glance you do a REMOVEFILTERS in the first one and not on the second one.
Hope this helps
David
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
9 | |
9 | |
6 | |
5 |
User | Count |
---|---|
19 | |
18 | |
9 | |
9 | |
8 |