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 every one hope all are doing well. I am facing with measure
I have a measure 2 measures SP incr % and TP incr % with date slicer to select between two dates. Both were working fine till last month. After adding Jan 2020 data , SP incr % working in weirdly. If I select date slicer from 1st Feb 2019 to till date all values as showing -100% which is wrong.If I select before Feb 2019 date it it working fine. Can any one suggest what could be wrong
Below are the measures used in calcuation
SP incr =SUMX(PriceImpact,(1-MIN(2,MAX(DIVIDE([MP PrY (SP)],[MP (SP)]),0.5)))*[SP_price increase])
TP incr =SUMX(PriceImpact,(1-MIN(2,MAX(DIVIDE([MP PrY (TP)],[MP (TP)]),0.5)))*[TP_price increase])
TP incr % = DIVIDE([TP incr],[Cov TP]-[TP incr])
SP incr % = DIVIDE([SP incr],[Cov SP]-[SP incr])
Solved! Go to Solution.
Hi Az38,
You are right.one of the measure was wrong. This is sorted now. Thanks.
Hi @Varshi288
what is [Cov TP]? [Cov SP]? [MP PrY (SP)]? [MP PrY (TP)]? [SP_price increase]? [TP_price increase]? measures?
if so, what statements are define these measures?
the issue is somewhere around
Hi Az38,
You are right.one of the measure was wrong. This is sorted now. Thanks.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |