The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I'm working on a dashboard where I want to include graphs that shows progression over time, as well as KPI's for the highest selected week.
So for the example herebelow it means I want all highlighted KPI's to give the values of week 41, right now it is giving me averages of the selected period. What modifications to the KPI's should be made in order to reach this?
Would really appreciate help, thanks
Solved! Go to Solution.
I think you are talking about a report here, not a true Power BI Dashboard, correct?
If I understand what you are going for, what you generally do is to create something like an IsCurrentWeek flag and filter your KPI or measure to that, so something like:
Column = IF('Table'[Weeknum]=WEEKNUM(TODAY()),1,0)
I think you are talking about a report here, not a true Power BI Dashboard, correct?
If I understand what you are going for, what you generally do is to create something like an IsCurrentWeek flag and filter your KPI or measure to that, so something like:
Column = IF('Table'[Weeknum]=WEEKNUM(TODAY()),1,0)
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
181 | |
82 | |
63 | |
47 | |
43 |