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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Matrix - Not Showing All Columns

Hello, I have a new Matrix table that I created.   I've selected two columns to use in this table.   Only one column displays on this table.    There are arrows at the bottom of the matrix table that I can use to navigate to the add'l column.   I don't want this.  I rather show both columns at the same time.    The unique thing about these two columns, they are ones I created within PBI.    Regardless of how many fields I add to the Column visualization field, only one will display.

1 ACCEPTED SOLUTION

HI,@creynolds

    You may try to use these two formula like below:

Not Started = IF( 'Production Data'[Date]>=TODAY(),1,0)

Started = IF('Production Data'[Date]<TODAY(),1,0)

Result:

Basic data

5.PNG

 

6.PNG

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Greg_Deckler
Super User
Super User

Can you post a screen shot? I'm not following what is going on here.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

I was able to correct the issue by creating two independent "New Measures".   However my new problem -- both new measurements return the exact same result:

 

Started = 'Production Data'[JOB_ORIG_START] < TODAY() 

Not Started = 'Production Data'[JOB_ORIG_START] > TODAY() 

 

The result for both is returning a count of the # of occurrences.    There should be no reason both columns return the exact same #.

 

                      Not Started           Started

MidWest             36                       36

Southeast             2                         2

West                   25                        25

 

Any ideas?

HI,@creynolds

    You may try to use these two formula like below:

Not Started = IF( 'Production Data'[Date]>=TODAY(),1,0)

Started = IF('Production Data'[Date]<TODAY(),1,0)

Result:

Basic data

5.PNG

 

6.PNG

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors