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 all, here is my data structure
How do i create a generic fomula for Multiple in PowerBI to exclude A from it? (i.e., excluding A when applying the fomula in column E but keep C and D including A)
Thanks.
Solved! Go to Solution.
Hi,
Try these measures
Ratio = divide([cash inflow],[cash outflow])
Ratio final = calculate([Ratio],Data[Project]<>"Project A")
Hope this helps.
I need to exclude Project A from the total calculation.
Hi,
Try these measures
Ratio = divide([cash inflow],[cash outflow])
Ratio final = calculate([Ratio],Data[Project]<>"Project A")
Hope this helps.
Hi,
I am not clear about what you want. Assuming Cash inflow and Cash outflow are measure, write this measure
Measure = divide([Cash inflow],[cash outflow])
Hope this helps.
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.