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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi!
I would like to divide the column Verdi for KPI ID 9 with KPI ID 8 for each Måned.
E.g.: 2023, Måned 2; Holdningsindeks should be 2/20 = 10 %.
Any suggestions?
Solved! Go to Solution.
Solved, using:
@jolind1996 ,
You can simply use below optimized DAX for better performance:
Holdningsindeks =
CALCULATE(SUM(FactHoldningsindeks[Verdi]), FactHoldningsindeks[KPI ID]=9) / CALCULATE(SUM(FactHoldningsindeks[Verdi]), FactHoldningsindeks[KPI ID]=8)
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!! Proud To Be a Super User !!! |
Solved, using:
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.