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 Dale,
FInd below sample link of my dashbaord and excel file for data tables.
Excel File Link
2. I need to sum up monthly KPI value in Quarter and show up in same tile as one value. like in dashbaoard link i need a quarter slicer as per fiscal year to show respective quarter value (aggregated) in net profit tile.
Hope you clear now,
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
- waqar8 years agoHelper I
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