Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Folks,
I am facing an issue with a data set . The data are in from of period code, Financial year , Attribute and Vol in the database.
Ref:-
Now i have created , Financial year columns to get data attribute wise. But with the financial year 2021/22 , data is showning incorrect for summary visual , rest individual visuals has correct data .
Ref:-
Instead , the value in first visual should be shown line - 63339
Like it should be the sum of both below visual , one can check with other financial year .
DAX used to get Financial year Data -
Orginal :- 2021/22 = IF('ODI Report'[Actual Financial Year] = "2021/2022" && 'ODI Report'[CurrMonth] = TRUE() , 'ODI Report'[Vol] , 0 ) THEN VISUAL CHANGES LIKE THIS -
Solved! Go to Solution.
Hi Amit ,
It is solved now . I found it just a filter issue in visual one. There were no filters applied and due to this it is taking all data . Now , after applying filter on not unique customer , data is showing all correct .
Thanks for the help , Man !
@Sajid02 , Try meausre like
Calculate(Sum('ODI Report'[Unique Customer]) ,Filter('ODI Report','ODI Report' [Actual Financial Year] = "2021/2022"))
Or measure like this with Year table
Calculate(Sum('ODI Report'[Unique Customer]) ,Filter('Year','Year' [Actual Financial Year] = "2021/2022"))
Calculate(Sum('ODI Report'[Unique Customer]) ,Filter('Year','Year' [Actual Financial Year] = max('Year' [Actual Financial Year] )))
Hi Amit ,
Tried this but not working as Unique Customer is not taking up as measure and showing error as with calculate and sum function , unique customer is not filtering out
@Sajid02 ,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Hi Amit ,
It is solved now . I found it just a filter issue in visual one. There were no filters applied and due to this it is taking all data . Now , after applying filter on not unique customer , data is showing all correct .
Thanks for the help , Man !
Hi @Sajid02 ,
Glad your problem is solved, please mark it as a solution so that more people can see it.
Best Regards
Community Support Team _ chenwu zhu
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
99 | |
69 | |
46 | |
39 | |
33 |
User | Count |
---|---|
163 | |
110 | |
61 | |
51 | |
40 |