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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
JalalMirahmadi
Frequent Visitor

add % change of units in each load time.

JalalMirahmadi_0-1684464995469.png

We are are trying to see % change of each load time side by side and add it to this visual , aslo would like to have option to choose two load times to compate too .
example :want to comapte load tme of 5/18/2023 to  4/24/2023.

All data coming from one data set and no measures has been used. 

 

2 REPLIES 2
JalalMirahmadi
Frequent Visitor

@FreemanZ  Thank you for reply, to explain more and be more clear :
I want to create the below table in Power BI Matrix, so I have week number and Qty , then want to use dax to create unit variance and % variance . 

wk 20V UV %wk 21V UV %wk 22V UV %wk 23V UV %wk 24V U
6000%701017%45-25-36%1-44-98%200199
FreemanZ
Super User
Super User

hi @JalalMirahmadi 

Not sure if fully get you.

Supposing you have a data table like:

FreemanZ_0-1684568393478.png

try to

1) plot a slicer with a calculated table like:

slicer = VALUES(data[Date])

2) plot a table visual with class column and a measure like:

measure = 
CALCULATE(
    SUM(data[Value]),
    data[Date]=MAX(slicer[Date])
)
-
CALCULATE(
    SUM(data[Value]),
    data[Date]=MIN(slicer[Date])
)

it worked like:

FreemanZ_2-1684568620831.png

FreemanZ_3-1684568637426.png

 

 

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.