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

Displaying greater detail where there are relationships with only some of your data

Good afternoon all!

 

I currently have a report which is a summary of a number of other reports where by almost every line is consolidated into a single line-

Page1.PNG

 

behind the PURCHASES JOURNAL line, there are a number of other lines that make up this figure per the below-

 

Detail.PNG

 

Is there a way of substituting this single line that says PURCHASES JOURNAL for the lines that make up that figure, so EXPENSES and NATWEST CREDIT CARD whilst maintaining the other two lines which have no relationship to the detail in the PURCHASES JOURNAL report please?

 

Thanks in advance!

 

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

Here is a simple test:

8.png

If i want "ba","bb" under travel b show sum of its own value and aa, ab value

I could use this meausre

aa = CALCULATE([m_value],FILTER(ALL(Table1),Table1[travel]="a"&&Table1[cate]="aa"))

ab = CALCULATE([m_value],FILTER(ALL(Table1),Table1[travel]="a"&&Table1[cate]="ab"))

final value = IF(ISINSCOPE(Table1[cate]),IF(MAX(Table1[travel])="b",[m_value]+[aa]+[ab],[m_value]),[m_value])

Best Regards
Maggie

 

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

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.