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 guys..
need a help
is there a tricky way to check the count of columns/measures being used for a matrix
for ex; in the below snap the count should be 4 , if i remove FYTD from matrix, count =3 and so on. Please check
Solved! Go to Solution.
Are MTD, QTD...etc measures? If so, then i think you can try put those measures in a Field Parameter. To get the number of measures used in your visual, you can count the values selected in the fieldparameter slicer i.e. Measures Selected = COUTNROWS('Field Parameter Name')
Hi @ak77 ,
Possible if the columns in the matrix are dimensions and not measures.
Are MTD, QTD...etc measures? If so, then i think you can try put those measures in a Field Parameter. To get the number of measures used in your visual, you can count the values selected in the fieldparameter slicer i.e. Measures Selected = COUTNROWS('Field Parameter Name')