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
adminPBI
New Member

Make Visual With Hirarcy table

Hi,

my boss told me to make visual data with a visual matrix on power bi

for data like what I have screen shot and what my boss wants is to make visuals like those on paper.

messageImage_1573790588714.jpg

15840.jpg

I've tried to made it and the results like this

messageImage_1573790531114.jpg

He wants Status 3 and 1 can do hirarcy and the rest of it cannot do that.

How do I make the visuals on the matrix the way my boss wants?

any suggestion?

 

BR,
AdminPBI

 

 

 

 

1 ACCEPTED SOLUTION
v-eachen-msft
Community Support
Community Support

Hi @adminPBI ,

 

You could do it with the following measure.

value measure =
IF (
    SELECTEDVALUE ( 'Table'[Column1] ) = "A",
    SUM ( 'Table'[Value] ),
    IF ( NOT ( ISINSCOPE ( 'Table'[Column2] ) ), SUM ( 'Table'[Value] ) )
)

Here is the result.

2-1.PNG

Here is my test file for your reference.

 

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

View solution in original post

2 REPLIES 2
v-eachen-msft
Community Support
Community Support

Hi @adminPBI ,

 

You could do it with the following measure.

value measure =
IF (
    SELECTEDVALUE ( 'Table'[Column1] ) = "A",
    SUM ( 'Table'[Value] ),
    IF ( NOT ( ISINSCOPE ( 'Table'[Column2] ) ), SUM ( 'Table'[Value] ) )
)

Here is the result.

2-1.PNG

Here is my test file for your reference.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
Anonymous
Not applicable

hi,
how about this one,
is this possible to build something like this?
i want to build a visual that can do like this
in step 1 and step 2 will be a diffrent values123444444444.jpgBR,
faishal abdillah

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.