Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
218 | |
88 | |
83 | |
65 | |
56 |