Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi,
I have created a demo app and attaching the link. I want that when I select the customer ID from table1, it will show realted data in below 2nd pivot table. For this I have created a Pivot table with column name and Values. But it does not work.
https://drive.google.com/file/d/1Qk8mfDfUBINNUC2S0FHbgGb8JJmInFv5/view?usp=sharing
So please help me how to achive this functionality?
Solved! Go to Solution.
hi, @Anonymous
No, that is just a formula in Calculated Pivot table expression.
In simple terms, this expression is a "calculate column formula" not a "calculate measure formula" for current context of the formula that is used to create a calculate table.
Note: calculate column and calculate table can't be affected by any slicer.
Best Regards,
Lin
hi, @Anonymous
First, you should know that calculate column and calculate table can't be affected by any slicer.
Notice:
1. Calculation column/table not support dynamic changed based on filter or slicer.
2. Measure can be affected by filter/slicer, so you can use it to get dynamic summary result.
here is reference:
https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/
Second, for measure is an aggregate value, and what you want is a pivot table, you may try this way:
Step1:
In Edit Queries, Duplicate the order table, and for duplicate table remove all the columns expect(Row ID, Customer ID, Product ID) like below:
Step2:
Select Customer ID, Product ID then unpovit them.
Step3:
Close& Apply and then create a relationship between oders and duplicate table by Row ID column
Step4:
Now, drag duplicate table Attribute and Value into a table visual.
here is pbix file, please try it.
Best Regards,
Lin
Hi,
Can I use measure in Calculated Pivot table?means if I have created a measure and used it in a Calculated Pivot table like below?
hi, @Anonymous
No, that is just a formula in Calculated Pivot table expression.
In simple terms, this expression is a "calculate column formula" not a "calculate measure formula" for current context of the formula that is used to create a calculate table.
Note: calculate column and calculate table can't be affected by any slicer.
Best Regards,
Lin
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 34 | |
| 32 | |
| 29 |