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
Hi Im trying to Achieve below in Jan version of PowerBi,
i have a dimension table tblDimdate which has fldYear
and another transaction table tblTransactions which i want a caluculation of fldTranAmount based on multiselections of fldYear.
im able to achieve it for single selection but for multiselection how to pass the selected values to table which doesnt have any relation to this transaction table.
ex: CALCULATE(SUM(fldTranAmount ),ALLSELECTED(tblDimdate[fldYear])
can some one help me to rewrite this.
Solved! Go to Solution.
@Anonymous,
You may refer to the post below.
@Anonymous,
You may refer to the post below.
Thanks frend,
strange IN operators beahaves different, not working with curly braces{} when i put () it is working like charm.
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.