Shahid125238
Advocate III
2 years agoEcomerce Sales Analysis
Unlocking eCommerce Insights with Power BI! I am excited to showcase my latest Power BI project—a deep dive into eCommerce sales data that goes beyond numbers and charts! Key Highlights: Sales ...
Dacoder
2 years agoNew Member
Nice work! What are the percentage metrics in the cards being compared to? Trying to understand how the trend is being calculated here.
Shahid125238
Advocate III
2 years agoTrend= var positive_icon=UNICHAR(9650)
var negative_icon=UNICHAR(9660)
var result=IF([YOY SALES]>0, positive_icon,negative_icon)
RETURN result