Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
wha is the error here.
Solved! Go to Solution.
@henoktd Hi! Try with:
TopDepartment =
CALCULATE(
SELECTEDVALUE(KPI[Department]),
TOPN(1, ALL('KPI'), [DepartmentAchievement], DESC)
)
BBF
HI @henoktd,
Any update on this? Can you please share some more detail information about this issue? They should help us clarify your scenario and test coding formula.
Regards,
Xiaoxin Sheng
Hi @henoktd ,
Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@henoktd Hi! Try with:
TopDepartment =
CALCULATE(
SELECTEDVALUE(KPI[Department]),
TOPN(1, ALL('KPI'), [DepartmentAchievement], DESC)
)
BBF