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
Anonymous
Not applicable

Separate Data based on date

Hi I have the following data :

 

image.png

I want to separate the data based on the date and create something as below:

 

image.png

 

How can i make this as part of my visualization? I want to separate the index or ranking based on each dates.

 

Thanks

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

HI, @Anonymous 

If you want to get it in basic data table:

1. You could use Pivot in Edit Queries

https://radacad.com/pivot-and-unpivot-with-power-bi

For your case, selected Index column then Pivot the column and choose "Don't Aggregate"

5.JPG

For example:

6.JPG7.JPG

 

If you want to get it in visual, you could get it by matrix visual as below:

https://www.goodly.co.in/create-pivot-table-in-power-bi/

For example:

8.JPG

 

By the way, from your screenshot, why different url could be combined like below?

9.JPG

 

Best Regards,

Lin

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

4 REPLIES 4
v-lili6-msft
Community Support
Community Support

HI, @Anonymous 

If you want to get it in basic data table:

1. You could use Pivot in Edit Queries

https://radacad.com/pivot-and-unpivot-with-power-bi

For your case, selected Index column then Pivot the column and choose "Don't Aggregate"

5.JPG

For example:

6.JPG7.JPG

 

If you want to get it in visual, you could get it by matrix visual as below:

https://www.goodly.co.in/create-pivot-table-in-power-bi/

For example:

8.JPG

 

By the way, from your screenshot, why different url could be combined like below?

9.JPG

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-lili6-msft As soon as I add index in visualize I see the column 'Index' turns into First or Last or Count like some kind of measure. How do I make this without a measure. Even if I change the type of 'Index' from Whole Number to Text, it still shows Count whenever I drop over to the Matrix visualization. How can I make sure it doesn't change the type of the Index to any measure when I drop it Values in Matrix.

 

Screenshot below:

image.png

 

Anonymous
Not applicable

Thanks @v-lili6-msft . Actually I'm trying to filter out the rows with date and it is my another question which is Im looking an answer for. Can you please also help me on that?

https://community.powerbi.com/t5/Power-Query/Remove-Text-between-a-pattern-of-string/m-p/798759#M267...

 

I have tried as below, but it duplicates records. Can you help?

 

Table.AddColumn(#"Removed Top Rows", "Custom", each if Text.StartsWith([Url], "/Data/Bucket-Folder/Heritage-Bucket-Folder/") then (Text.Start([Url],Text.PositionOf([Url],"/2"))
        & Text.End([Url],Text.Length([Url])-Text.PositionOf([Url],"/",Occurrence.Last)))
        else [Url])

What I want:

                   Im trying to remove date values from Url which starts with '/Data/Bucket-Folder/Heritage-Bucket-Folder/' and skip those which doesn't have one. I could manage to run the above query but it creates lots of duplicates because of mapping. 

Thanks again Accepting your above solution

 

 

Anonymous
Not applicable

Can somebody please help on this?

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 Kudoed Authors