Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.