Pesala Mallikharjuna Prasadโ€™s Post

View profile for Pesala Mallikharjuna Prasad, graphic

Immediate Joiner | Microsoft Certified Power BI Expert | Deputy Manager | Interview Panelist | Power BI Trainer | Mentor | Power BI Visual customization Expert

๐Ÿ”ฅ ๐—จ๐—ป๐—น๐—ผ๐—ฐ๐—ธ๐—ถ๐—ป๐—ด ๐—ช๐—ฒ๐—ฒ๐—ธ๐—น๐˜† ๐—œ๐—ป๐˜€๐—ถ๐—ด๐—ต๐˜๐˜€: ๐—–๐˜‚๐˜€๐˜๐—ผ๐—บ ๐—ช๐—ง๐—— ๐—Ÿ๐—ผ๐—ด๐—ถ๐—ฐ ๐—ถ๐—ป ๐—ฃ๐—ผ๐˜„๐—ฒ๐—ฟ ๐—•๐—œ ๐Ÿ”ฅ Time intelligence functions are crucial in Power BI, offering insights into year-to-date (YTD), quarter-to-date (QTD), and month-to-date (MTD) data. However, when it comes to more granular information, like week-to-date (WTD), DAX lacks a built-in function. - In this video, I tackle this gap by creating custom WTD logic, elevating the power of time-based analysis. By uniquely implementing this logic, I provide users with more meaningful and easily understandable insights. - - One key visualization I developed is a line chart comparing sales data between the current and previous weeks. This visualization offers a clear comparison, aiding in understanding weekly trends. Additionally, I leveraged bookmarks to create line charts for both MTD and YTD, further enhancing data comparison. I have used a constant line to bifurcate the current period and the last period for clear understanding. - To make comparisons even more intuitive, I introduced a feature allowing users to switch between single and double lines. This feature enables users to compare sales between current and previous periods simultaneously, providing deeper insights. - Utilizing subtitles to display day counts and sales for each period enhances the user experience, facilitating easier comparisons. Furthermore, by incorporating custom tooltips, users can access additional information for a comprehensive analysis. If you're interested in the DAX code used in this video, don't hesitate to reach out in the comments below. I hope you found the video insightful. Don't forget to ๐—Ÿ๐—œ๐—ž๐—˜, ๐—ฆ๐—›๐—”๐—ฅ๐—˜, ๐—ฎ๐—ป๐—ฑ ๐—™๐—ข๐—Ÿ๐—Ÿ๐—ข๐—ช for more valuable content. Let's continue exploring the endless possibilities of Power BI together! #PowerBI #DataVisualization #WTD #Timeintelligence #Analytics #ReportMakeover #DataInsights #VisualAppeal #DataViz #pbicorevisuals #powerbiupdate #visualization #salestrends #FigmaTemplates #ContentCreation #DynamicReports #CommunityThanks #PWP #DAX #DAXDairy #DataAnalyst #DataAnalytics #Vega #BusinessIntelligence #Visualization #BI #PowerBIDeveloper #Deloitte #KPMG #EY #TCS #INFOSYS #Lumel #Developer #PowerBIwithPrasad #VisualCustomization #Creativity #LikeShareSubscribe

Pesala Mallikharjuna Prasad

Immediate Joiner | Microsoft Certified Power BI Expert | Deputy Manager | Interview Panelist | Power BI Trainer | Mentor | Power BI Visual customization Expert

2mo

WTD (WeekToDate)= VAR CurrentDate = ย  ย  LASTDATE ( dimdate[Date] ) VAR WeekDayNumber = ย  ย  WEEKDAY ( LASTDATE ( dimdate[Date] ), 3 ) RETURN ย  ย  CALCULATE ( ย  ย  ย  ย  [Total sales], ย  ย  ย  ย  DATESBETWEEN ( ย  ย  ย  ย  ย  ย  dimdate[Date], ย  ย  ย  ย  ย  ย  DATEADD ( CurrentDate, -1 * WeekDayNumber, DAY ), ย  ย  ย  ย  ย  ย  CurrentDate ย  ย  ย  ย  ) ย  ย  )

Chaithra R

Sr Consultant @ Deloitte India

2mo

Awsm

Saurabh Deshmukh

Consultant | Engineering, AI & Data at Deloitte India

2mo

Bifurcating using constant line and showing current period and last period at same time creates great user experience. Thanks for sharing this Pesala Mallikharjuna Prasad.

See more comments

To view or add a comment, sign in

Explore topics