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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

How to stop showing repeating values to all the rows in drill down

I have 2 tables which have relationship with "Machine Number" column. I'm showing the data into table grid. where "Machine data" values are applied to all the relevant rows. 

 

dhruv3_0-1676162110090.png

 

I want to apply this value at high level only. while drill down it should not shows the values.

I want table like this.

1J0234075
Dec-22 
Jan-23 
Feb-23 
1J0239750
Dec-22 
Jan-23 
Feb-23 

 

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

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1676350898504.png

 

Here are the steps you can follow:

1. Create measure.

Measure =
IF(
    NOT(HASONEVALUE('Table'[Group1])),[Machine Date],BLANK())

2. Result:

vyangliumsft_1-1676350898508.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

4 REPLIES 4
v-yangliu-msft
Community Support
Community Support

Hi  @Anonymous ,

 

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

v-yangliu-msft
Community Support
Community Support

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1676350898504.png

 

Here are the steps you can follow:

1. Create measure.

Measure =
IF(
    NOT(HASONEVALUE('Table'[Group1])),[Machine Date],BLANK())

2. Result:

vyangliumsft_1-1676350898508.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Anonymous
Not applicable

Hi @v-yangliu-msft ,

 

Thanks for quick support. Here I have 2 seperate data tables.  where one table contains "machine number", "monthyear" columns and second table contains unique "machine number" and "machine data" columns.  Both tables have many to one relationship based on "machine number".

 

 

I tried your solution but that won't fit here as we have 2 seperate tables.

Ashish_Mathur
Super User
Super User

Hi,

Share the download link of the PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.