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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Dan849800
Frequent Visitor

Dynamic Filters and Graph creation

I have six columns in table and want to create two slicers based on dails and hours, if user select Dials, 'dail information' should show on wheel/ vice versa, It means if user select dails(Slicer1) first 3 columns in pic should display on wheel

                                               if user select Hours(Slicer2) last 3 columns in pic should display on wheel.

 

For this i have got solution from below link,

http://community.powerbi.com/t5/Desktop/Dynamic-column-section-based-on-filter/m-p/134336/highlight/...

 

Continue to above solution , What i need is I have four fields Schedule_Dails,Forecasted_Dails,Required_Dails,Actual dails

 

I want to repeat Required dails column with all fields , Like

 

Required Dails Schedule dails  --Required Forecasted dails- Required dails Actaul dails ( In a graph want to repeat required dails 3 times with all other fileds), Hope this help.any questions let me know

 

Thanks,

Dan.

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @Dan849800,

>>I want to repeat Required dails column with all fields.

You can use CONCATENATE function to create calculated columns. Then you can use the new columns to create slicers or visuals.

Required Dails Schedule dails = CONCATENATE(Table[Required Dails],Table[Schedule dails])

Required Forecasted dails = CONCATENATE(Table[Required Dails],Table[Forecasted dails])

Required dails Actaul dails = CONCATENATE(Table[Required Dails],Table[Actaul dails])

 


If this not what you want, please post your sample data and list expected result for further analysis.

Best Regards,
Angelia

View solution in original post

2 REPLIES 2
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @Dan849800,

>>I want to repeat Required dails column with all fields.

You can use CONCATENATE function to create calculated columns. Then you can use the new columns to create slicers or visuals.

Required Dails Schedule dails = CONCATENATE(Table[Required Dails],Table[Schedule dails])

Required Forecasted dails = CONCATENATE(Table[Required Dails],Table[Forecasted dails])

Required dails Actaul dails = CONCATENATE(Table[Required Dails],Table[Actaul dails])

 


If this not what you want, please post your sample data and list expected result for further analysis.

Best Regards,
Angelia

Thanks!

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.