The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.