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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Benedicts
Frequent Visitor

Compare two categories

I have a table with sales by agent and  season like this:

agentseasonsales
agent1AI1812
agent2AI1823
agent3AI1832
agent1AI1934
agent2AI1923
agent4AI1945

 

I try to obtain a power bi matrix as:

agentAI18AI19delta
agent1123422
agent223230
agent332 -32
agent4 4545
Total6710235

 

Can i have an help, please?

Thanks

2 REPLIES 2
tex628
Community Champion
Community Champion

Duplicate the query, 

Filter so that you only have one season in each query,
Merge the query on agent,

Finally create the delta.

 

Hope this helps!


Connect on LinkedIn

sorry but,

i have a filter, where the user can choose the season and with a lookvalue function i find the last season.

So i writed two measure to calculate the quantity like this:

 

QUANTITA' LAST SEASON =
VAR LASTSEASON = [selected stagione last year]
RETURN
CALCULATE(SUM(fatordspedfatt[Quantità Ordinato]);
ALL(FatOrdSpedFatt[Agent]);
ALL(fatordspedfatt[Season]);
fatordspedfatt[Season]= LASTSEASON)

 

Cattura.JPG

 

The problem is that in the "last season" colum, the value are present only when there is a value in a "quantity season" colum.

I like use the measure to obtain the goal, it's possible?

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.