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.
So the MoM column gives the percentag increase oe decrease from previous month, while the percentage class is measure that categoires the row based on the the output in MoM column. I need to create 3 cards that shows how many showed increased trend, how many shows decreased, and how many showed no change.
I tried using the percentage class as filter but the filter is greyed out for some reason
Solved! Go to Solution.
Hi,
I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
Hi,
This measure should work
Measure = countrows(filter(values(Data[Product]),[MoM%new]>0)
Hi,
This measure should work
Measure = countrows(filter(values(Data[Product]),[MoM%new]>0)
This worked! thanks
You are welcome.
Hi,
I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.