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! Request now

Reply
Anonymous
Not applicable

How to create a Running total - with text items in multipuile columns

Hi All.  I'm reasonably new to power BI (Last 2 months), but an expireneced excel person. @XX years . 🙂 

the forum has been great source of guidance to getting my first dashboard up and running - so thank you all.

OK my problem 

I want to create a standard line graph showing  a weekly accumlative target vs an actual accumlative (Dummy date is no issue ) - but my data pionts are text. - and relate to when test are being executed.

 

So my easy option will be to create the table manually in excel and upload 😞  - But I was looking to have it automated.

BI line graph example.JPG

 

I have created the bellow formula  That checks if the if the test has been executed  and retuns the week it ws executed (Week 1, Week 2, Week 3, Week 4 

Week of execution = if(or([Execution_status]="Passed",[Execution_status]="Failed"),'Executed vs Execution Date'[Date of Execution],"")
I have tried a A matrix, that worked well, but it was not accumlative .
I have tyried a measure = calculate(sum(@@[@@@]), filter(Allselected(@@@[@@@] <= "text" ))) - but sum won't work with text
So any idea how I can create the the new table / measure so that I have with or without a trend line 🙂
BI table excel.JPG
 
BI tables .JPG
4 REPLIES 4
v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous ,

 

Week of execution = if(or([Execution_status]="Passed",[Execution_status]="Failed"),'Executed vs Execution Date'[Date of Execution],"")

measure = calculate(sum(@@[@@@]), filter(Allselected(@@@[@@@] <= "text" ))) 

I was not able to understand above measure formulas, I cannot see [Execution_status]  and  [Date of Execution] in above posted tables. Please illustrate your scenario with sample data (all necessary table and formulas) and desired output. How to Get Your Question Answered Quickly

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi Yuliana Gu  -  OK sorry I guess the request was not as straight forward as it could be. How can I upload the Excel fiels and Power bi dashboard ?

Hi @Anonymous ,

 

You can upload the Excel file and sample PBIX file onto OneDrive, and paste the shared link here. Do mask sensitive data before sharing.

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

LInk to excle files and dashboard

 

Hi Yuliana Gu

LInk to the files is above. Hope it helps 

I want to create the LIne graph - from the data in the files without creating a sperate file 

CPV graph.JPG

 

Terry,

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