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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Experts. I have the data as below which I'd like to create a measure to dynamically calculate the difference vs. the previous week. Once I add new data of the new week, the difference will be calculated automatically. Thing is the week is text format. Also, I would like to add a chart to show the differences between the current and previous week, in which it would be great if I can select and view top N categories with big changes. Can you help? Thank you
Solved! Go to Solution.
Hi! Ideally, the data will be flattened so that each week is not a new column (it will have a date), but a new row; your semantic model will be in a star schema format with a date table the date from your fact will connect to the date in the dim table and the dim table will say the week number, then you can follow this article to help with the time intelligence measures to get your WoW. Week-Based Time Intelligence in DAX - SQLBI
Proud to be a Super User! | |
Hi! Ideally, the data will be flattened so that each week is not a new column (it will have a date), but a new row; your semantic model will be in a star schema format with a date table the date from your fact will connect to the date in the dim table and the dim table will say the week number, then you can follow this article to help with the time intelligence measures to get your WoW. Week-Based Time Intelligence in DAX - SQLBI
Proud to be a Super User! | |