Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Sample Dataset - click here
tab 1 - input dataset
tab 2 - desired output
Thanks
Solved! Go to Solution.
@saipawar , Three measures like
Actual = sumx(filter(Table, Table[Source] ="Actual" ), [cost($)])
Plan = sumx(filter(Table, Table[Source] ="Plan" ), [cost($))
Delta = [Plan] -[Actual]
@saipawar , Three measures like
Actual = sumx(filter(Table, Table[Source] ="Actual" ), [cost($)])
Plan = sumx(filter(Table, Table[Source] ="Plan" ), [cost($))
Delta = [Plan] -[Actual]