Forum Discussion
KPI
- 8 years ago
Hi Dale,
Appreciate your effort.
I need one tile for each KPI with dynamic filter of month and quarter, i did it somehow with some alterations. find my working in below link
REGARDS..
WAQAR
Hi WAQAR,
I'm afraid we can't add them in one tile. The monthly KPI and the quarterly KPI based on different trend. We can create a new KPI indicator. Please check the file here: https://1drv.ms/u/s!ArTqPk2pu-BkgQ9gRi0Lp1lWEOWY
1. Create a new column "YearQuarter" in the table "Month".
YearQuarter = FORMAT ( [Month], "yyyyQ" )
2. Create two measure.
QuarterlyActual = SUM ( NetProfitOverTarget[Actual] )
QuarterlyTarget = SUM ( NetProfitOverTarget[TARGET] )
3. Create a new visual and slicer.
Best Regards!
Dale
Dear Dale,
Thanks and appreciated for your prompt response, understood your solution.
But in my case i have number of KPIs in one page, management need to review monthly & quarterly trend as a same time.
Is there any other visual which entertain my query?
REGARDS...
WAQAR
- bsas8 years agoPost Patron
Use funtion "Edit interaction" in format tab. Or you can use DAX function ISFILTERED to show different values based on slicer.
- waqar8 years agoHelper II am unable to catch u , Can u plz prepare a sample dashboard as per my data sheet shared with dale
- v-jiascu-msft8 years agoMicrosoft Employee
Hi WAQAR,
I updated the file: https://1drv.ms/u/s!ArTqPk2pu-BkgRA83AsQf0mmPbGT. The QuarterActual2 is always the value of the whole quarter. Did you mean this?
Best Regards!
Dale