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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ugogod
Regular Visitor

Measure

I have a table as above and I put it in visualization Martrix sliced by the “Driver” as shown.

GoodsLocationDriversQty

ATXTOM1
AMSJERY3
AAKMARIO4
ATXTOM20
BTXTOM2
BAKJERY4
BAKTOM2
CMSTOM4
DMSJERY1
DILMARIO2
    

How can I add a Measure that will form another column to increase the number of goods less than two by 4 in each location?

ugogod_0-1633703754594.png

Example B will be 2+4 in locations AK and TX when filtered by TOM

 

 

 

1 ACCEPTED SOLUTION
VahidDM
Super User
Super User

HI @ugogod 

Try this:

 

Measure = if(sum([Qty])<2,[Qty]+4,[Qty])

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

Appreciate your Kudos!!

 

View solution in original post

1 REPLY 1
VahidDM
Super User
Super User

HI @ugogod 

Try this:

 

Measure = if(sum([Qty])<2,[Qty]+4,[Qty])

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

Appreciate your Kudos!!

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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.

Top Solution Authors