Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Tob_P
Helper V
Helper V

>= Target with context of current FY

Hi,

 

Stumped on this one. I have a Target for a number of stores - sales obviously count towards the target for the current FY. I have a measure with % to Target [% to Target] and another measure [Projection] which calculates a % above or below target based on the current years sales.

 

I need to count the number of stores that are likely to exceed that target in the FY....so [Projection] >= 1 or 100%

 

First thing that came to mind was a calculated column based on an If statement >= 1, "On Target", "Behind Target", then realised that wouldn't take into account the context of the FY.

 

So clearly need to do this in a measure and have tried ISCROSSFILTERED, ALLCROSSFILTERED but with no luck.

 

Anyone able to point me in the direction of where I should be looking with this - seems a fairly straight forward thing to calculate! Thanks

2 REPLIES 2
v-zhangti
Community Support
Community Support

Hi, @Tob_P 

 

Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures or Excel. 

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Tob_P
Helper V
Helper V

Have tried something along the lines of this...

 

DAX =
VAR Projection =
IF([Projection] >=1, 1)
VAR Stores =
[No of Stores]
VAR Result =
(Stores * Projection)
RETURN
Result
 
...but returns a blank result

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.