Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
We have imported Sankey diagram by Microsoft in our report.
Columns - Client Name, Business Group are passed on to Source, Destination respectively.
And a measure named "Total Sales" is used as Weight.
Total Sales = CALCULATE(SUM('SalesTable'[EstimatedSaleValue]),'SalesTable[OrderStatus] = "Closed")
Format type of measure is "Currency" and number of decimals to display is set to "2".
But the values displayed when hovering over the data links of Sankey are not formatted accordingly.
Expected value: $1.52B or $1,523,207,055.76
NOTE: The measure displays the ideal formatting while using default visuals.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.