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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
SQUILES
Helper I
Helper I

TABLE ZERO AND DRILLDOWN

I have a situation and a need a suggestion.

I have a table that counts the records and use the feature drilldown. The situation is that if there are no records, the category does not appear and I need at least zero but without losing the drilldown.

My Data:

CATEGORYSUB_CATEGORINAMEITEM
ANORTHJOHN3
ANORTHMARY6
AWESTLOUIS2
BWESTCHARLES8
BSOUTHJOHN4
DSOUTHKELLY5

 

MATRIX OUTPUT without loose DRILLDOWN feature: (right click in the number to see records)

 ABCD
NORTH2000
WEST1100
SOUTH0101
EAST0000

 

I try: 

Using a count the C column and EAST row not apprear beacuse everything is cero, but I have drilldown for all other. If I use a DAX I get cero value, but I loose the drilldown feature.

 

Any suggest?

1 ACCEPTED SOLUTION
v-xicai
Community Support
Community Support

Hi @SQUILES ,

 

Based on my test using DAX to create a measure, and put it into Values box of Matrix visual,  there is drilldown feature as usual.

 

Since there is no CATEGORY "C" and SUB_CATEGORY "EAST" in  your original data table, it won't appear this zero row in the Matrix table in fact .

 

As a workaround, you may create two separated tables by "Enter Data" button to get all the values of CATEGORY and SUB_CATEGORY, create relationships with data table with "Both" Cross filter direction.

92.png

 

 

 

 

Then drag table 'SUB_CATEGORY'[SUB_CATEGORY] into Rows of Matrix, 'CATEGORY'[CATEGORY] into Columns, let both Rows and Columns be "Show items with no data",  setting Values as Count of CATEGORY.

93.png

Best Regards,

Amy 

 

Community Support Team _ Amy

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

2 REPLIES 2
v-xicai
Community Support
Community Support

Hi @SQUILES ,

 

Based on my test using DAX to create a measure, and put it into Values box of Matrix visual,  there is drilldown feature as usual.

 

Since there is no CATEGORY "C" and SUB_CATEGORY "EAST" in  your original data table, it won't appear this zero row in the Matrix table in fact .

 

As a workaround, you may create two separated tables by "Enter Data" button to get all the values of CATEGORY and SUB_CATEGORY, create relationships with data table with "Both" Cross filter direction.

92.png

 

 

 

 

Then drag table 'SUB_CATEGORY'[SUB_CATEGORY] into Rows of Matrix, 'CATEGORY'[CATEGORY] into Columns, let both Rows and Columns be "Show items with no data",  setting Values as Count of CATEGORY.

93.png

Best Regards,

Amy 

 

Community Support Team _ Amy

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

amitchandak
Super User
Super User

You add + 0 to your measure

ShowItemwithoutdata.JPG

Measure = sum(Table[Item]) +0

 

Also, use this option if needed.

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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