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.
Hi guys,
As you can see in the picture down below I created a table with different colums:
The problem now is that when I use this formula: [TotalVersiesIDCalculate] / [DistinccountVersies.id-Calculated] the measure will divide 8 with 56 but what I want is that 8 will be divided by the total of 2533.
Can anyone help me out here?
Thnx!
Solved! Go to Solution.
@kldefens , Try like
Divide([TotalVersiesIDCalculate], calculate([DistinccountVersies.id-Calculated], allselected()) )