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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.