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.
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 |
---|---|
98 | |
76 | |
75 | |
49 | |
27 |