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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply

Cross Seeling analysis Total value

Hi All,

 

I am doing a cross-selling analysis. Where I want the tooltip on the table shown below.  currently, the total value is showing the same value if I hover over the columns. is there any way I can filter it out by column & Row names?

 

Eg. From Audit to Adv soul is 92484 also it shows the same value for BTS to Adv soul. same continues for all other combinations also.

is there any way I can get the combined value of Audit & Adv soul and BTS &adv soul?

I have used the below formula to arrive this. where I have sed 2 tables for column and row.

 

Cross selling.png

 

Cross Selling =
VAR InitialPurchase =VALUES('S&P'[UDN])
VAR ComparisionPurchase =CALCULATETABLE(VALUES('S&P'[UDN]),
All(SSL),
TREATAS(VALUES('Comparision SSL'[SSL]),'S&P'[SubServiceLineGroupingDesc]))
Return
IF(SELECTEDVALUE(SSL[SSL])=SELECTEDVALUE('Comparision SSL'[SSL- Copy]),
BLANK(),
COUNTROWS(INTERSECT( InitialPurchase, ComparisionPurchase)))
2 REPLIES 2
Icey
Community Support
Community Support

Hi @RanjanThammaiah ,

 

How about replacing ALL with ALLSELECTED?

 

If this doesn't work, it is suggested to provide some sample data for test.

Reference: How to provide sample data in the Power BI Forum

 

 

Best Regards,

Icey

 

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

Hello @Icey , Thanks for your reply.

 

Unfortunately, it did not work.

 

I have added the sample report 

Let me know if the link doesn't work.

 

Basically I am looking at the below-highlighted value for the 11 Count over there.

 

The tooltip I have added DAX.(suggested by some other member)

Measure = CALCULATE([TVPS],FILTER('S&P','S&P'[SubServiceLineGroupingDesc]in VALUES('Comparision SSL'[SSL])))
Cross selling.png

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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