Forum Discussion
Adding rows to a table
- 1 year ago
Hi VietNor
You can duplicate the query, rename School to Class and Append the duplicate to the original. This approach will add an extra overhead in the ETL process so this can cause refresh to take longer dependin on the data size.
You can also create a separate dimensions table with a single column for both class and school but since both are not in the same column in the fact table, you must use a disconnected table approach and filter the visual indirectly using measures.
Please see the attached sample pbix.
Hi VietNor,
Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to rohit1991, danextian, DataNinja777 for sharing valuable insights.
Could you please confirm if your query has been resolved by the provided solutions? If so, please mark it as the solution. This will help other community members solve similar problems faster.
Thank you.