Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a table as above and I put it in visualization Martrix sliced by the “Driver” as shown.
GoodsLocationDriversQty
A | TX | TOM | 1 |
A | MS | JERY | 3 |
A | AK | MARIO | 4 |
A | TX | TOM | 20 |
B | TX | TOM | 2 |
B | AK | JERY | 4 |
B | AK | TOM | 2 |
C | MS | TOM | 4 |
D | MS | JERY | 1 |
D | IL | MARIO | 2 |
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?
Example B will be 2+4 in locations AK and TX when filtered by TOM
Solved! Go to Solution.
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!!
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!!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.