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 am trying to add a MOM change % using a quick measure & plot it in a graph, however when I filter using dates the chart throws an error with a message as shown in screenshot below.
Is there a formula where I can show month over month change in % & also easily change periods using date filter or any other filter such as brand, product, region, city, etc.
NB: I also dont want to change anything in the fiscal calender setup.
Here is the link to .pbix file.
Solved! Go to Solution.
Hi @AmeenVanakar
Mark your date table as "date table"
and modify the formula :
or if you need it with the hierarchies:
P.S
The pbix is attached with both options
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @AmeenVanakar
Mark your date table as "date table"
and modify the formula :
or if you need it with the hierarchies:
P.S
The pbix is attached with both options
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
@Ritaf1983 Thanks for the help, this worked.
I agree to your point, I will split them in 2 different graphs.
😍