The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
please click above link you will see the data. the items which we shown in RED COLOR(RED COLOR columns are output columns) need to write dax. after that show in table or matrix visual. please kindly share pbix file.
regards
dilip
Solved! Go to Solution.
Hi @pasupathi
Create the follwoing 3 measures:
Total items = SUM('Table'[items])
Yes = CALCULATE([Total items],'Table'[yes/no] = "Y")
Current Month = DIVIDE( [Yes], [Total items])
This returns result below:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @pasupathi
Create the follwoing 3 measures:
Total items = SUM('Table'[items])
Yes = CALCULATE([Total items],'Table'[yes/no] = "Y")
Current Month = DIVIDE( [Yes], [Total items])
This returns result below:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |