Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.