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.
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ês