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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Shamsbutt
Helper II
Helper II

Need help to design Model for Per Second to Year hierarchy Visualization

I'm working with Big Data, have per second data for some years. Data tables are like TimeStamp, Key, Value

I want to plot heirarchy drill down and up functionality like

Seconds -> Minutes -> Hour -> Day -> Week -> Month -> Quater -> Year.

How can i acheive this.

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

Hi @Shamsbutt ,

What about this?

last.PNG

PBIX file attached.

 

Best Regards,

Icey

 

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

7 REPLIES 7
Icey
Community Support
Community Support

Hi @Shamsbutt ,

Try this:

hierarchy1.gifhierarchy2.gif

Attach my PBIX file.

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks @Icey ,

 

I'll accept this as solution.

Can you please help if i add more complexity in heirarchy like, Last 5Min, 15Min, 30Min, 1hr, 2hr, 4hr, 8hr, 1day . . . upto Year.

Icey
Community Support
Community Support

Hi @Shamsbutt ,

You can create columns like so:

 

Last 5Min = IF('Table'[Minute]>=55,"Last 5Min")
Last 15Min = IF('Table'[Minute]>=45,"Last 15Min")

 

And then add them to the Hierarchy.

hierarchy2 last.gif

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@Icey ,

 

Why are you checking minute should be >= 55

Last 5Min = IF('Table'[Minute]>=55,"Last 5Min")

 

 

Icey
Community Support
Community Support

Hi @Shamsbutt ,

What about this?

last.PNG

PBIX file attached.

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks @Icey 

Icey
Community Support
Community Support

Sorry, just misunderstood.😅 Give me some time.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.