Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi All
I struggle with an issue, which happens when filtering my table.
I have a table with top 20 brands filtered and few KPI's.
This seems to be ok...
The issue starts when I try to filter out marketing_concepts with names starting from "nivea cream all"
I am sure, these marketing_concepts corresponds to only one brand - NIVEA so there are no such concepts under any other brand. I expect only values for Nivea brand should change but (I marked it with red) all values for SALES $ (PY) and
SALES $ (vs PY) change too...
here is a syntax for SALES $ (PY):
SALES $ (PY) = CALCULATE ( [SALES $], FILTER ( ALL ( AVON_NIELSEN_DATABASE[year] ), AVON_NIELSEN_DATABASE[year] = MAX ( AVON_NIELSEN_DATABASE[year] ) - 1 ) )
and a samples of data (it is fake, do not worry):
Pbix file: link
Source table: link
My questions:
1) why does it happen?
2) how to make my measures working well in second scenraio?
Thanks in advance
Solved! Go to Solution.
Remove the year of Page Filter and Add a Slicer with Date of DateTable (Herarchy - Year)
i make changes in your model:
Add a Calculated Column "DateREF" in your table:
-Dateref = DATE(AVON_NIELSEN_DATABASE[year],1,1)
Create a DateTable
-DateTable=DateTable = CALENDAR(MIN(AVON_NIELSEN_DATABASE[Dateref]),Max(AVON_NIELSEN_DATABASE[Dateref]))
Related both tables (Date-DateRef)
SALES $ (PY) = CALCULATE([SALES $],DATEADD(DateTable[Date].[Date],-1,YEAR))
The Visual look like this:
Remove the year of Page Filter and Add a Slicer with Date of DateTable (Herarchy - Year)
The error in your measure exactly don't know, but i recommend to use this functions or Time Intelligence Functions.
SamePeriodLastyear gives you in this case the same result.
@ Victor
It is working now.
One more question. What if I do not want to use a slicer? May I do it different way?
In spite of there is a workaround for this issue I still consider this as a bug.
From final user perspective it may lead to serious misinterpretation data as it was in my case
@ PowerBI team
Can we expect to get it fixed?
Bartek
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
88 | |
77 | |
58 | |
42 | |
38 |
User | Count |
---|---|
116 | |
81 | |
81 | |
50 | |
39 |