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
cascador84
Helper I
Helper I

Calculated field in Power BI to repeat value in sublevels

Hello,

 

I'm wondering if it was possible to repeat a column value into sublevel record. The link between main dataset (A)  et second Dataset (B) is the hierarchy value

I.e

 

A.Code A.hierachy A.level B.valuetopeat
John 1/ 1 

Senior

Smith 1/2 2     --> no data by default, need "Senior"
Wesson 1/2/3 3    --> no data by default, need "Senior"
Syl 2/ 1 "Junior"
Ves 2/1 2 --> no data by default, need "Junior"
Ter 2/1/1 3 --> no data by default, need "Junior"

 

Or another approach to get same results could be (always with dataset A & B, but having parent-child columns)

 

A.Key A.parentKey A.Code B.valuetoRepeat
1   John Senior
2 1 Smith --> no data by default, need "Senior"
3 2 Wesson --> no data by default, need "Senior"
4   Syl "Junior"
5 4 Ves --> no data by default, need "Junior"
6 5 Ter --> no data by default, need "Junior"

 

Thank you

regards,

 

1 REPLY 1
v-xinruzhu-msft
Community Support
Community Support

Hi @cascador84 

Can you provide some sample data of dataset A and dataset B, so that I can offer more suggestion for you.

I cannot know the data structure of two tables. 

 

Best Regards!

Yolo Zhu

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.

Top Solution Authors