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
qlikview Expression
=IF($(selectYear)=$(selectYear) ,
sum({<Eco_year={$(selectyear2)}>}([ChglWt(KG)]/1000)+Tues+(CBM/25)))
Please help me in converting above qlik expression in power BI
It would be easier if you give an example of what you need to do.
I want to sum ChglWt(KG)/1000 on the basis of (Filter) where Mode group 3 = AIRIMPORT . How to write a measure for this on front end ?
Qlikview Expression -((SUM(IF(Mode_group_3 = 'AirImport',[ChglWt(KG)],0)))/1000)
@sakshikaul you need to create 2 measure
measure 2 =
CALCULATE (
DIVIDE ( SUM (ChglWt(KG), 1000 ),
Mode group 3 = "AIRIMPORT"
)
Try this ,It will work for you .
Give me kudos
Thank you
Hi,
I shhould get values as follows
whereas I am getting values as
Please help
@sakshikaul then write this then
above measure will give sum of ChglWt(KG)) .where mode group 3 value is aimimport .
or
you can sent me snapshot of your data for better understanding as your requirement is not clear .
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 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |