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 August 31st. Request your voucher.
I had the following function as a measure which worked successfully as a visual in grouping the failure ratio by the manufacturer name. I want to essentially recreate the visual as a full Power BI table that can be accessed by other tables.
Solved! Go to Solution.
@Anonymous
So maybe there is a way to do this that I am not aware of.
However, I do not believe you can create Calculated Columns based on slicer values (e.g. SELECTEDVALUE).
This is because Calculated Column data only refreshes when the dataset is reloaded.
Calculated Column data cannot be altered in between dataset refresh; for instance, when a selected slicer value is changing.
You can definitely add the calculated column to your new table, but it will not refresh on slicer selection.
The only way to have calculation values change on the fly with selection values is by using measures.
Regards,
Nathan
@Anonymous
So maybe there is a way to do this that I am not aware of.
However, I do not believe you can create Calculated Columns based on slicer values (e.g. SELECTEDVALUE).
This is because Calculated Column data only refreshes when the dataset is reloaded.
Calculated Column data cannot be altered in between dataset refresh; for instance, when a selected slicer value is changing.
You can definitely add the calculated column to your new table, but it will not refresh on slicer selection.
The only way to have calculation values change on the fly with selection values is by using measures.
Regards,
Nathan
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |