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

Release filter by drill down level

Hello,

 

I'm trying to show accounting data to the user with PowerBI. The user needs to see trail from the account to the journal entry.

 

Level 1 is the Accounts and their sum.

 

Level 2 is the drill down to account, showing all entries to the account.

 

Level 3 is the drill down showing the all the rows of the journal entry.

 

Problem is that with drill down, each level adds to the filter and I would need to release the filter for the highest level when the user is at the lowest level(Level 3).

 

Level 1 Level 2 Level 3  
Overview Account 1030Journal Entry 1 
Account SumJournal EntrySumAccountJournal EntrySum
10304000120010301100
104095002300010301100
  380010401-100
    10401-100

 

Level 1 Filter

Account (all)

Journal entry(all)

 

Level 2 Filter

Account is 1030

Jornal entry(all)

 

Level 3 Filter

Account (all)

Journal entry(1)

1 ACCEPTED SOLUTION
BhaveshPatel
Community Champion
Community Champion

You should write the meaure such as this.

 

Measure1:=CALCULATE(SUM[AMOUNT]),ALL(Table[Accounts])

Measure2:=CALCULATE(SUM[AMOUNT]), Table[Accounts]="1030")

Measure3:=CALCULATE(SUM[AMOUNT]),ALL(Table[Journals]

 

And Drag and drop them around and it would solve your problem.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

1 REPLY 1
BhaveshPatel
Community Champion
Community Champion

You should write the meaure such as this.

 

Measure1:=CALCULATE(SUM[AMOUNT]),ALL(Table[Accounts])

Measure2:=CALCULATE(SUM[AMOUNT]), Table[Accounts]="1030")

Measure3:=CALCULATE(SUM[AMOUNT]),ALL(Table[Journals]

 

And Drag and drop them around and it would solve your problem.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

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.