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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ngocnguyen
Helper IV
Helper IV

Create period chart with the last column show accumulative value

Hi.

I wanna create a matrix with row "Accu" at the bottom (showing the accumulative value) as below

in my dashboard, there is 1 slice month

So , is there any way to create this table?.

I started with some Dax like 

DD ratio on visual chart =
VAR monthselected=SELECTEDVALUE(table[Month])
RETURN
IF(monthyearselected="Accu",Calculate( [Current ratio],
DATESYTD('Dimdate[date])
,[Curent ratio])

but it not working:(((. could you please suupport me

 

Capture.PNG

3 REPLIES 3
OvaisJanzeb
Frequent Visitor

please share an example file that will help us to more understand your requirement

Hi @OvaisJanzeb 

I already upload my PBI as below link. 

I wanna create a Bar chart with Accu column in the end

When I choose "Month Year" Slicer. the Bar chart just show data from beginning of fiscal year to the selected month and Accu results only

 

Capture1.PNG

 

https://drive.google.com/file/d/1BSxQsCNmpJm2fqBPPUKC-FvVyCr1ijwC/view?usp=sharing 

lbendlin
Super User
Super User

Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to work with. Avoid posting screenshots of your source data if possible.

Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors