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.
Hi All,
I'm having a problem with creating a measure to show in all blank spaces price from the last available month.
Currecntly I have a measure like this:
Hello @Anonymous
Kindly provide sample data or PBIX to understand the problem better.
Regards,
Naveen
Attaching sample dataset:
Year | Month | Date | Currency | Price | Product |
2022 | 1 | 1-Jan-22 | USD | 1 | AAA |
2022 | 2 | 1-Feb-22 | USD | 1 | AAA |
2022 | 2 | 1-Feb-22 | AED | 54 | AAA |
2022 | 2 | 1-Feb-22 | AED | 54 | AAA |
2022 | 3 | 1-Mar-22 | AED | 54 | AAA |
2022 | 3 | 1-Mar-22 | AED | 54 | AAA |
2022 | 4 | 1-Apr-22 | USD | 1 | AAA |
2022 | 4 | 1-Apr-22 | USD | 1 | AAA |
2022 | 5 | 1-May-22 | USD | 12 | AAA |
2022 | 5 | 1-May-22 | USD | 1 | AAA |
2022 | 5 | 1-May-22 | AED | 48.6 | AAA |
2022 | 6 | 1-Jun-22 | USD | 1 | AAA |
2022 | 7 | 1-Jul-22 | USD | 1 | AAA |
2022 | 7 | 1-Jul-22 | AED | 54 | AAA |
2022 | 7 | 1-Jul-22 | AED | 54 | AAA |
2022 | 7 | 1-Jul-22 | USD | 1 | AAA |
2022 | 8 | 1-Aug-22 | USD | 1 | AAA |
2022 | 10 | 1-Oct-22 | USD | 12 | AAA |
2022 | 10 | 1-Oct-22 | AED | 54 | AAA |
2022 | 11 | 1-Nov-22 | USD | 1 | AAA |
Hello @Anonymous
Create a calendar table with a one to many relationship with your fact table. Then use the below dax.
Price New =
Let me know if this helps.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
64 | |
46 | |
41 |