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! Learn more

Reply
Nuno_afonso
New Member

4 Graphics on the same page from the same table

Hello,

I'm a real newbie on power bi. I need to create 4 graphs from the same table each graph grouped by date.

How can i accomplish this?

Thanks in advance

Table example

2022-05-12FILE A100 GB
2022-05-12FILE B50 GB
2022-05-12FILE C10 GB
2022-05-12FILE D5
2022-05-11FILE A99 GB
2022-05-11FILE B49 GB
2022-05-11FILE C9 GB
2022-05-11FILE D5 GB
2022-05-10FILE A98 GB
2022-05-10FILE B48 GB
2022-05-10FILE C8 GB
2022-05-10FILE D4 GB
2022-05-09FILE A98 GB
2022-05-09FILE B48 GB
2022-05-09FILE C8 GB
2022-05-09FILE D4 GB
2 REPLIES 2
tackytechtom
Super User
Super User

Hi @Nuno_afonso ,

 

Are you looking for something like this?

tomfox_5-1652379968054.png

 

 

I'd do it like this:

 

1. Split the "Storage" column into a "Unit" and "Value" column. The Value column, I transformed to number type so it'll be easier to create a measure later on. All of the following is done in Power Query:

tomfox_0-1652379535195.png

 

Under Home, select the "Storage" column, and click on the split column button. Then, choose By delimiter:

tomfox_1-1652379648508.png

 

Use the following settings:

tomfox_2-1652379687821.png

 

After, rename the columns by double clicking on the header:

tomfox_3-1652379779781.png

 

Then, click on "close & apply" button

tomfox_4-1652379825805.png

 

 

2. Now you can create a graph like this:

tomfox_6-1652380035053.png

 

X-Axis is Date, Y-Axis is Value and to do the "grouping" I dragged File into the Filter Pane. There, I picked File A for the graph above. After I just copied and pasted the graph and just changed the File Filter. Lastly, I adapted the title for each graph

 

Note, the Value in the Y-Axis is an implicite measure which in our case is the sum over the values:

tomfox_7-1652380174652.png

 

 

I'd recommend to create a proper measure though 🙂

 

Let me know if this helps!

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

Hello @tackytechtom 

Thank you for the quick answer.

i would like to group on the same graph by date.

Group the files on the same date. Something like graph 1 with filea, fileb and filec with first date, graph 2 with filea, fileb and filec with second date and so on.

 

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