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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
satishkoneri
Frequent Visitor

Dynamic Table based on Parameter Selection

Hi Super Users,

 

Please can you advise if this is acheivable.

 

I have a table with some dimentions and values as below (lets call it as MainTable):

MainTable
CustIDPartIDSalesTypeLocationValue
CustAPart1TypeALoc134
CustBPart1TypeALoc24
CustCPart2TypeALoc234
CustDPart2TypeALoc323

 

I will manually create another table with just one column with values as column headers from MainTable as below (lets call it as ParameterTable):

ParameterTable
ColumnHeaders
CustID
PartID
SalesType
Location

 

I will create a single select slicer for ColumnHeaders in ParameterTable.

 

I would like to create a dynamic table by referencing column name selected through slicer and get unique values matching the column name from MainTable. (example below if I select PartID)

DynamicTable
SelectedColumnColumnValue
PartIDPart1
PartIDPart2

 

 

 

 

 

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

Hi @satishkoneri 

 

Create a new table dynamically is not accessible, but there're workaround probably meet your requirements:

1. I have worked out a similar question. and attached the pbix here.

2. here's other threads could provide more hints:

https://community.powerbi.com/t5/Desktop/Dynamically-choose-columns-based-on-slicer/td-p/438019 

https://community.powerbi.com/t5/Desktop/dynamic-column-selection-based-on-slicer/td-p/397923 

3. You can also try the Matrix visual to be a trick, I attached the pbix here.

 

 

 

 

Community Support Team _ Dina Ye
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

2 REPLIES 2
v-diye-msft
Community Support
Community Support

Hi @satishkoneri 

 

Create a new table dynamically is not accessible, but there're workaround probably meet your requirements:

1. I have worked out a similar question. and attached the pbix here.

2. here's other threads could provide more hints:

https://community.powerbi.com/t5/Desktop/Dynamically-choose-columns-based-on-slicer/td-p/438019 

https://community.powerbi.com/t5/Desktop/dynamic-column-selection-based-on-slicer/td-p/397923 

3. You can also try the Matrix visual to be a trick, I attached the pbix here.

 

 

 

 

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

Tables are calculated during data load and are not interactive like that.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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