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
Blitz
New Member

How to generate duplicated rows with multiple values computed column ?

Hi,

 

I'm searching for days, I can't figure out how to make this:

 

My table

 

_example = 
    ADDCOLUMNS(
        FILTER(
            SUMMARIZE(_distancial_amont_dates_interval; _distancial_amont_dates_interval[start_date]; _distancial_amont_dates_interval[end_date]);
            _distancial_amont_dates_interval[start_date] <> BLANK()
        );
        "date"; CONCATENATEX(CALENDAR(_distancial_amont_dates_interval[start_date]; _distancial_amont_dates_interval[end_date]); [Date]; "; ")
    )

 

As you can see, I have a table with a column that contains a list of generated dates.

I simply want to have a row per date.

I know I will have a lot of duplicated data, but I need this to make statistics date per date.

 

 

Thanks for your help.

1 ACCEPTED SOLUTION
Eric_Zhang
Employee
Employee

@Blitz

In Query Editor, split the column and then do a unpivot.

 

 split&unpivot.gif

View solution in original post

2 REPLIES 2
Eric_Zhang
Employee
Employee

@Blitz

In Query Editor, split the column and then do a unpivot.

 

 split&unpivot.gif

@Eric_Zhang

 

Thanks for your answer.

 

I'm not sure to be able to do that on a computed column.

 

But never mind, I found a quick workaround, but I hope it could help some others.

I generated dates directly in MS Dynamics (it's a bit ugly, but it's light and it works well). 

 

Thanks for your help.

Blitz.

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.