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 don't understand why my measure isn't working.
I need to show my client how he did in relation to the previous month, the visualization will show the entire year.
I only had a text column with the name of the month, so I created a column that shows the date like the first day of the month to create the relationship between my date table and this table.
My measure must be wrong somewhere because it shows 100% for everything, when 01/10/2019 should show -2% and so on.
% OK =
DIVIDE(
[Total ok]
, [Total]
)
Variation | % OK | Month
can anyone help me?
@Anonymous , This seem like correct formula , make sure this (d_Calendário) is a date table and also marked as date table , right click mark as date table