This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have two columns:
Actual Planned CountTheRow
P1 10 2 1
P2 6 10 1
P3 5 1
P4 12 1
I would normally use something like this:
if(isnum(Actual),1,if(isnum(Planned),1))
So if P1 has either a Planned or an Actual amount - the row is counted,
Also: wh is it so hard to type into this section? Tab and returns are odd???
Jo
Hi @Anonymous
You could do
IF( NOT( ISBLANK( [Actual] ) ) || NOT( ISBLANK( [Planned] ) ) ,1 ,0)
Thank you - this is very strange - I am translated into Spanish? And I cannot press tab or enter ... I think it is because I am the opposite part of the globe?
Already
I think I need lessons on how to use this interface ... let alone power BI!
-
Hi , @Anonymous
Could you please tell me whether your problem has been solved?
If it is, please mark the helpful replies or add your reply as Answered to close this thread.
It will help other community members easily find the solution when they get the similar issue.
Best Regards,
Community Support Team _ Eason
Hi @Anonymous ,
Every post here is translated from english to spanish and vis-a-varsa.
Your post is also in english. Click the icon
on top right of this window you will see both posts. Right now there is no way to switch of spanish.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 23 | |
| 18 |