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
I have 3 tables 1,2,3
And want to use Power BI to show as expectation. But I don know how to do ?
Anyone can help me plz?
Solved! Go to Solution.
@Anonymous , Try like
Switch(True() ,
isblank(Sum(Table2[plan])) && isblank(Sum(Table3[Actual])), blank(),
divide(Sum(Table3[Actual]),Sum(Table2[plan]))+0
)
@Anonymous , Try like
Switch(True() ,
isblank(Sum(Table2[plan])) && isblank(Sum(Table3[Actual])), blank(),
divide(Sum(Table3[Actual]),Sum(Table2[plan]))+0
)
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 |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |