Forum Discussion
Anonymous
5 years agoNot applicable
Measures to create dynamic visualisation that changes based on two run dates selected in filter
Hi, I am trying to create a Power BI visualisation that is able to provide (1) year on year and (2) daily movement in both value and % when I select different run dates from the filter. Basically...
lbendlin
Super User
5 years agoAnonymous The recommendation is to create a data model and to normalize your one big table into reasonable dimension and fact tables. Dimension tables could be the calendar, the Owner/Person table, the Account table etc, and the fact table could be the amount and code.
With that in place you will be able to use the standard DAX functions for time intelligence. The Quick measures also give you a great starting point for these patterns.