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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
admin11
Memorable Member
Memorable Member

How to make my table display all Brand ? now only display 1 Brand

Hi All

 

My SALES table have field name = BRAND_C

admin11_0-1642543741282.png

i Have create a SliceTable also have BRAND_C

admin11_1-1642543809869.png

 

I also create a expression to link the SliceTable to BRAND_C

_Select_measure =
var _select=SELECTEDVALUE(SliceTable[Slice])
return
SWITCH(
TRUE(),
_select="BRAND_C", MAX('summrizeTable1'[BRAND_C]),
_select="CUST_ID", MAX('summrizetable2'[CUST_ID]))
 
But when i select Slice = BRAND_C
 
Table not display all BRAND name , only display 1 BRAND ONLY 
 
admin11_2-1642544031022.png

my very small PBI file :-

 
Paul
 
 
4 REPLIES 4
v-angzheng-msft
Community Support
Community Support

Hi, @admin11 

 

The link above is not accessible.

It makes it easier to give you a solution.

  1. Sample (dummy dataset) data as text, use the table tool in the editing bar
  2. Expected output from sample data
  3. Explanation in words of how to get from 1. to 2.

 

 

Best Regards,
Community Support Team _ Zeon Zheng

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

@v-angzheng-msft 

Thank you very much for look into my post.

I have create a new post below :-

https://community.powerbi.com/t5/Desktop/Dynamic-dimension-only-work-for-Brand-but-not-Segment/td-p/...

 

In above post i have provide 2 link , one is the PBI file did by you which is working fine. Another link which is create by me with sample data only 100 row. which is not working. you can access the link below directly :-

 

https://www.dropbox.com/s/g75b3te1tldthvv/NOT%20WORKING.pbix?dl=0

 

Once you can high light to me where i go wrong , i should be able to fully understand , and i should be able to solve my problem.

 

Paul Yeo

admin11
Memorable Member
Memorable Member

Hi All

 

i have try to create a rank column :-

rank = RANKX('summrizeTable1','summrizeTable1'[sum],,DESC)

it still display only last row.

admin11_0-1642544690289.png

 

@admin11 

 

Van you share your file on:

 

https://wetransfer.com/

 


Appreciate your Kudos!!
LinkedIn: 
www.linkedin.com/in/vahid-dm/

 

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors