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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello
I have measure where I just divide two fields from two different tables (sum of these), but I can see that the value doesnt change over time (when I slice by using slicer date). I know its kind of static measure because its most likely that entire year it shouldnt change a lot (when it comes to values itself) but the count of lines which needs to be sum changes (i.e there were more items in 06.2022 than 06.2022).
Any idea how to get it going? I have standard star schema
my measure is
DIVIDE (
SUM ( (Table[Amount] ), SUM ( Table2[Amount )
)
I am for a long time in work today maybe I don't think accurate right now
Hi,
Have you double checked that the visuals interactions are turned on?