Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
The table A above has a column called range, and the table B has a weight value column.
This weight value is 420, so it belongs to less than 500 and greater than 0. So I want to get the corresponding rate value in the end which is 14.84 in this case.. how can I sort this out..?
Solved! Go to Solution.
Hi @BrianLee ,
Please create a new calculated column:
state_id =
CALCULATE (
MAX ( 'TableA'[rate] ),
FILTER ( ALL ( 'TableA' ), 'TableA'[Range] < 'TableB'[Weight] )
)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @BrianLee ,
Please create a new calculated column:
state_id =
CALCULATE (
MAX ( 'TableA'[rate] ),
FILTER ( ALL ( 'TableA' ), 'TableA'[Range] < 'TableB'[Weight] )
)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
15 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
11 |