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
Parag_Gawate
Helper III
Helper III

matrix

doubt.jpg
I Dont want to show data that dosent have any values.. when selected any of the above element from any matrix.
Eg. i have selected ws non feeder from channel and i only want data that is of ws non feeder and not the blank data.
"the mapping is correctly done".
@Ahmedx 

2 ACCEPTED SOLUTIONS
zenisekd
Super User
Super User

@Parag_Gawate 
Hi, two options: 1) you will correct the measure %Total Sales, which gives a value to every line, which is the reason all lines are displayed or 2) you use a filter on every visual (in the left panel) and set that for a certain column, e.g. sales the value must not be blank, or greater than zero. 

View solution in original post

Ahmedx
Super User
Super User

If I understood you correctly, then you need to rewrite all the measures for example
if you have such a measure :m1 = SUM('table'[Value])
then you should rewrite it like this
m1 =
VAR _t1= SUM('table'[Value])
RETURN
IF(_t1,_t1)

 

this applies to all measures that are in the matrix

View solution in original post

2 REPLIES 2
Ahmedx
Super User
Super User

If I understood you correctly, then you need to rewrite all the measures for example
if you have such a measure :m1 = SUM('table'[Value])
then you should rewrite it like this
m1 =
VAR _t1= SUM('table'[Value])
RETURN
IF(_t1,_t1)

 

this applies to all measures that are in the matrix

zenisekd
Super User
Super User

@Parag_Gawate 
Hi, two options: 1) you will correct the measure %Total Sales, which gives a value to every line, which is the reason all lines are displayed or 2) you use a filter on every visual (in the left panel) and set that for a certain column, e.g. sales the value must not be blank, or greater than zero. 

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.