Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
this is a screen shot from the table
as you can see there are values missing in the red area which if present will show a meaningful reason for the total at the bottom
I am thinking it has to do with the measure I am using which I have copied from excel and not sure if what changes to apply to make those missing values appear
Solved! Go to Solution.
@Anonymous , Please use a separate year or Date table and try like
Measure = CALCULATE(
[Net FCF - Unrisked],
FILTER(
ALLSELECTED(Year[Year]),
ISONORAFTER(Year[Year], MAX(Year[Year]), DESC)
))
@Anonymous , Please use a separate year or Date table and try like
Measure = CALCULATE(
[Net FCF - Unrisked],
FILTER(
ALLSELECTED(Year[Year]),
ISONORAFTER(Year[Year], MAX(Year[Year]), DESC)
))
yup that worked 🙂
User | Count |
---|---|
97 | |
73 | |
69 | |
43 | |
23 |