The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I would like to choose a number from a column (WorkingDaysIn Month) in order to use it as a divisor. How can I do it?
TourRunrate = CALCULATE(COUNTROWS(TourTbl)) / *divisor*
Hi,
Assuing you have selected a certain month in the FIlter/slicer, try this
=COUNTROWS(TourTbl)/MAX(TourTbl[WorkingDaysInMonth])
Hope this helps.
Hi @Anonymous,
What number do you want to pick up?
Please give example with you screen shot and I can make a try.
Thank you.
Ninter