Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
craigjlane
Frequent Visitor

Power BI adds a row when I put a calculated column in a table

Hello,

 
I am trying to create a table with multiple calculated columns.  However, when I add a new caluclated column, it adds a new row for the "Name" field.  An example is below:
 
craigjlane_0-1699565437801.png

 

As you can see, it adds a new column for Shaggy Rogers with each new calculated column.  Condition 1 and Condition 2 are as follows:

Condition 1 = IF(
    MDD[Test 10] = "True" && MDD[Out] = "True" && MDD[Less than -10] = "True", "YES!", "")
 
Condition 2 = IF(
    MDD[Test 7] = "True" && MDD[In] = "True" && MDD[Less than -10] = "True", "YES!", ""
    )
 
Both conditions are data type "text" but don't necessarily need to be.  I can change them to "True/False" or numeric values if it is necessary to make this table work.  
 
Any help is greatly appreciated.  Thank you!

 

 

1 REPLY 1
Uzi2019
Super User
Super User

Hi @craigjlane 
It is showing you the result of not satisfying like blank "". 
can you provide the sample data or complte data so better for us to understand the data and requirement??

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors