Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I am looking at project allocation to make sure my team aren't over or under allocated. To do this I'm comparing values from one column to another in the same table using the following formula:
Any help would be greatly appreciated!
Thanks,
Soph
Solved! Go to Solution.
@Anonymous -> just check if both the columns are of same data type and both of them have same no. Of decimal places and there is no rounding up of numbers.
@Anonymous -> just check if both the columns are of same data type and both of them have same no. Of decimal places and there is no rounding up of numbers.
@Anonymous , Try using this:
Result= if([Project FTE]==[TGI FTE], "Allocation matched", if([Project FTE] > [TGI FTE], "Over alloted", "under alloted"))
@Anonymous -> please mark this as a solution and hit the thumbs up if it helps you. Thank you.
Thanks @truptis
I get exactly the same result, i.e. it's still calling two identical values different. I've even been back to the source data and re entered it, and tried a new Power BI file....
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
70 | |
37 | |
29 | |
27 |
User | Count |
---|---|
91 | |
49 | |
45 | |
38 | |
36 |