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 new to this, seached in the forum but didn't find sum 2 columns.
I need create a new column that calculate Price+Rego for all Motor, the ideal is just ignore Car - I don't want there is a (blank) display on my visual.
Type | Price | Rego | New Column |
Car | 10000 | 550 | / |
Car | 10000 | 500 | / |
Motor | 5000 | 200 | 5200 |
Motor | 5500 | 220 | 5720 |
Motor | 6000 | 230 | 6230 |
Any suggestions please?
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
You can try like below:
Result = if('Table'[Type]="Motor",'Table'[Price]+'Table'[Rego],BLANK())
not choose "show item with no data"
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You can try like below:
Result = if('Table'[Type]="Motor",'Table'[Price]+'Table'[Rego],BLANK())
not choose "show item with no data"
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Henry,
Appriciate your help, i tried, seems works for me.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |