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
crayonantony
Frequent Visitor

Create a dynamic table

Hi everyone,

 

I'm new to PowerBi and not familiar with DAX.

 

I would like to compute a dynamic table based on two slicer selections:

1 for the employee(s)

1 for the time period (date)

 

The EmployeeTable has a name column, startDate column and endDate if the has left the compagny otherwise the endDate is blank

The resulting table should contain the rows of all combinations of employee and date if startDate <= date  && date <= endDate

 

Thank for your help

Antony

2 REPLIES 2
crayonantony
Frequent Visitor

I think I was not really clear.

The following image is an example of the input table.

table1.JPG

the following table is what I would like to have as a result.

table2.JPG

I thaught of iterating over the rows of the "input table" and create a temporary table that I would concatenate with the other temorary tables that would bw created.

But I have no clue how to do any of this using powerbi.

 

Best regards

FreemanZ
Super User
Super User

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