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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
BaltoLo
Helper I
Helper I

Problem with Drill-Down measure

Hello, the picture below shows the same diagramm in three different stages. The fist on ist the top level and the bottom two the drill-down level. The circle on the right always show how many percent of the values are blank which works perfectly fine for the top level. In the second level still the value of the top level but only for the specific drill-down is calculated which is always 100% since the top level had a value. This only changes if i manually select some of the values. Is there any way to directly make the second level display 66% without manually selecting anything?

BaltoLo_1-1609982976984.png

The measure used for calculating the value is the following:

 

 

DDPctBlaBlank = 
Var BLA = 0+count(FKT_STUWOCBLA[BLATTID])/(count(DIM_BLAETTER[BLATTID])*count(DIM_STUDENTEN[STUDENTID]))
VAR AUF = 0+count(FKT_STUWOCAUF[AUFGABEID])/(count(DIM_AUFGABEN[AUFGABEID])*count(DIM_STUDENTEN[STUDENTID]))
RETURN
IF(ISFILTERED(DIM_Aufgaben[Aufgabentitel]),Auf,Bla)

 

 

It seems like if i do not explitly select something on the bottom level the measure always return the var Bla,

2 REPLIES 2
parry2k
Super User
Super User

@BaltoLo Use ISINSCOPE function instead of ISFILTERED to find out if you are at the next level and return the value from measure accordingly. Read about ISINSCOPE here.

 

Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

@parry2k 

Thanks for the answere i tried InScope and Iscrossfiltered both.
On the top level i get the follwing response:

BaltoLo_1-1610027670078.png

Iscrossfiltered is already 1 here and therefore returns the wrong value.

On the Drill-Down-Level:

BaltoLo_2-1610027749881.png

Iscrossfiltered is correct the other two return the wrong value.

BaltoLo_3-1610027814993.png

And if i explitly select something IsFiltered is also correct.

 

So basically InScope never works for me or I used it wrong. (I just swapped the IsFiltered in the original measure with the other two commands).
And the other two both only work in one of two cases.

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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