Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi,
I have the following as a measure:
Solved! Go to Solution.
Hi @Anonymous ,
Please update the formula of your measure as below:
Q1_T2B =
VAR _selwave =
SELECTEDVALUE ( 'TABLE'[WAVE] )
RETURN
DIVIDE (
CALCULATE ( SUM ( 'TABLE'[WEIGHTS] ), 'TABLE'[Q1_Index] < 3 ),
CALCULATE (
SUM ( 'TABLE'[WEIGHTS] ),
FILTER (
ALL ( 'TABLE' ),
'TABLE'[Q1_Index] < 5
&& 'TABLE'[WAVE] >= _selwave - 1
&& 'TABLE'[WAVE] <= _selwave
)
),
0
)
If the above one is not your expected result, please provide your expected result with samples and calculation logic base on current sample data. Thank you.
Best Regards
Hi @Anonymous ,
Please update the formula of your measure as below:
Q1_T2B =
VAR _selwave =
SELECTEDVALUE ( 'TABLE'[WAVE] )
RETURN
DIVIDE (
CALCULATE ( SUM ( 'TABLE'[WEIGHTS] ), 'TABLE'[Q1_Index] < 3 ),
CALCULATE (
SUM ( 'TABLE'[WEIGHTS] ),
FILTER (
ALL ( 'TABLE' ),
'TABLE'[Q1_Index] < 5
&& 'TABLE'[WAVE] >= _selwave - 1
&& 'TABLE'[WAVE] <= _selwave
)
),
0
)
If the above one is not your expected result, please provide your expected result with samples and calculation logic base on current sample data. Thank you.
Best Regards
Hi @Anonymous
How do I add ALLEXCEPT to the measure so that I can use filters with it? I want to filter by GENDER for example
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
42 | |
31 | |
27 | |
27 |