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
datobi
Frequent Visitor

Sankey chart multilevel sharing common column

Hi

I trying to do a Sankey chart for my payment step. 

The payment step is as follow Request initialization, if initialization OK then request validation.

 

I am able to one level sankey chart 

datobi_2-1678695109152.png

but when I do the multilevel, I am getting a return flow

 

datobi_0-1678694827948.png

==========================

SANKEY table = UNION(

SUMMARIZE(FILTER(pmt, pmt[Method Of Payment] = "AMOP" && pmt[Transaction Type] = "Authorization" && pmt[Step] = "Initialization"), pmt[Status], pmt[Step], "count", COUNT(pmt[PRI])),
SUMMARIZE(FILTER(pmt, pmt[Method Of Payment] = "AMOP" && pmt[Transaction Type] = "Authorization" && pmt[Step] = "Validation"), pmt[Status], "Status2", "OK", "count", COUNT(pmt[PRI]))

)

==========================

I renamed Validation column to "Status2", "OK"

 

datobi_1-1678694842001.png

 

What I want is the Initiliasion OK column goes to another status response for the validation status

 

0 REPLIES 0

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.