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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register 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
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.

March Power BI Update Carousel

Power BI Community Update - March 2026

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