Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Icey,
Apologies for the late reply as i was busy with some other stuffs.
Coming to your provided solution . Atleast this time I am not getting blank, however the value isn't matching to Tableau version.
I will try to provide you sample data after sometime if its possible.
Thanks
@Anonymous , try a measure like
calculate(Average(Table[Vol]), filter(Table, Table[Year] = selectedvalue(Year[Year]), allexcept(Table,Table[Part ID], [Part Number], [Country])))
Allexcept with fact table and dimension
LOD- FIXED (Level of Details): https://youtu.be/hU-cVOwDCvY
Hi Amit, thanks for your reply,
I tried your calculation and many other ways, but the values are not matching.
Hi @Anonymous ,
Try this:
Measure =
VAR yr =
SELECTEDVALUE ( CC[Param_year] )
RETURN
SUMX (
SUMMARIZE (
CC,
CC[parts id],
CC[part number],
cc[country],
"volpyref",
CALCULATE (
AVERAGE ( CC[vol] ),
FILTER ( ALL ( CC ), CC[param_year] = yr - 1 )
)
),
[volpyref]
)
If this doesn't work, share some sample data for test.
Reference: How to Get Your Question Answered Quickly - Microsoft Power BI Community
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Scenario1: I havent selected any year from the year slicer and now PY year is coming for me, also I have hardcoded the previous year as 2021.
*******
Scenario2:
When I have selected an year from the Base year slicer, PY value will vanish either using hardcode or using a variable also. I have also included your solution, but its coming unique value for all. But i should get the PY year value as show with the hard code value
You may also see this coming when i remove country from the table, as i dont need to show it.
I will anyway be using country filter for my main dashboard.
Please suggest me what needs to be done here. I don't think this filter(all(table_name) is required here. but when I am removing this . I am getting blank here as well
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 10 | |
| 10 |