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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Salman_99
Frequent Visitor

Power bi formula

 

 

Hi Team 

 

I have this data in Table 1 such as

Date                    Overall Score     Overall count 

01/11/23                65%                     1

 

And in table 2 similiarly 

Date                        Overall Score        Overall Count

01/12/23                      67%                     2

 

I need one formula to create a bar and line chart date wise 

I tried with some formulas but it is not helping me

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

Hi, @Salman_99 

Firstly, you can create a calculated table as follows. This puts all the data from both tables in the new table.

 

Date = CALENDAR(MIN('Table'[Date]),MAX('Table (2)'[Date]))

 

vxuxinyimsft_0-1701681133459.png

 

Then you need to create relationships for the three tables based on date.

vxuxinyimsft_1-1701681175447.png

 

Here's a visual example of my test data.

vxuxinyimsft_2-1701681221781.png

 

 

Is this the result you expect?

 

 

 

Best Regards,

Yuliax

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

3 REPLIES 3
v-xuxinyi-msft
Community Support
Community Support

Hi, @Salman_99 

Firstly, you can create a calculated table as follows. This puts all the data from both tables in the new table.

 

Date = CALENDAR(MIN('Table'[Date]),MAX('Table (2)'[Date]))

 

vxuxinyimsft_0-1701681133459.png

 

Then you need to create relationships for the three tables based on date.

vxuxinyimsft_1-1701681175447.png

 

Here's a visual example of my test data.

vxuxinyimsft_2-1701681221781.png

 

 

Is this the result you expect?

 

 

 

Best Regards,

Yuliax

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

 

 

Yes, thank you so much 

parry2k
Super User
Super User

@Salman_99 Read this post to get your answer quickly.

https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.