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 !
Refer Pic:-
File Link:- https://www.dropbox.com/s/gp3nc7o5cdi6bfy/eg.pbix?dl=0
I want to return the global category number OG wise, which I am getting correct in Table 1 and for Table 2 i want to filter the concatenated colum (OGXCategory) based on category Slicer selection and the number it should return is of respective OG that is present in Table 1 .
For e.g. in Table 2 for
APAC COLA I want to return 54,
EMEA COLA I want to return 65...
If i select RTD Tea then also for
APAC RTD Tea I want to return 54,
EMEA RTD Tea I want to return 65...
Thanks in advance !
Solved! Go to Solution.
Hello,
you'll need to restore the original filter context on the OG Short column. To do this, you can use the VALUES function. Also, you can include all the columns in the Same All function.
OGXCat Category Base =
CALCULATE(
SUM(Sheet3[CY])/100000,
ALL(Sheet3[Ctgry Nomen], Sheet3[New Category Defination], Sheet3[OGXCat]),
VALUES( Sheet3[OG Short] )
)
Hope this solve your issue
Hello,
you'll need to restore the original filter context on the OG Short column. To do this, you can use the VALUES function. Also, you can include all the columns in the Same All function.
OGXCat Category Base =
CALCULATE(
SUM(Sheet3[CY])/100000,
ALL(Sheet3[Ctgry Nomen], Sheet3[New Category Defination], Sheet3[OGXCat]),
VALUES( Sheet3[OG Short] )
)
Hope this solve your issue
@souvik900766 You are almost certainly missing a relationship between the table used for the slicer and your second table.
No I am not using any other table...it's a single table
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
14 | |
11 | |
8 |
User | Count |
---|---|
24 | |
19 | |
12 | |
11 | |
10 |