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! Learn more
Hi, I have a Funnel table with 3 different $ value columns (SM_M1, SM_M2, and SM_M3). I have an employee table which is unrelated to the Funnel table. I want to create one measure that will sum one of the Funnel columns for each person, but which column to sum depends on criteria within the People table. I tried the below formula, however there are many records in the people table that have the same criteria, so this does not work. I think I am missing something simple. Thank you for your help!
HWProjection$ = if(VALUES(People[Function])="Segment Manager" && VALUES(People[Segment Alias])="EA",sum(Funnel[SM_M1]),if (VALUES(People[Function])="Segment Manager",sum(Funnel[SM_M2]),sum(Funnel[SM_M3])))
Solved! Go to Solution.
Hi,
You may refer to my solution here.
Hope this helps.
Hi,
Share your data and show the expected result.
Thanks, here is the data with expected result
Hi,
You may refer to my solution here.
Hope this helps.
Thank you so much!
You are welcome.
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.
| User | Count |
|---|---|
| 82 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |